Home
last modified time | relevance | path

Searched refs:createZeroFillBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp329 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock()
527 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
H A DELFLinkGraphBuilder.h289 G->createZeroFillBlock(GraphSec, Sec.sh_size, Sec.sh_addr, in graphifySections()
H A DJITLink.cpp168 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h993 Block &createZeroFillBlock(Section &Parent, uint64_t Size, uint64_t Address, in createZeroFillBlock() function