Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp335 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock()
365 G->createZeroFillBlock(getCommonSection(), in graphifyRegularSymbols()
547 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
H A DCOFFLinkGraphBuilder.cpp172 B = &G->createZeroFillBlock( in graphifySections()
468 G->createZeroFillBlock(getCommonSection(), Symbol.getValue(), in createDefinedSymbol()
H A DELFLinkGraphBuilder.h396 B = &G->createZeroFillBlock(*GraphSec, Sec.sh_size, in graphifySections()
473 G->createZeroFillBlock(getCommonSection(), Sym.st_size, in graphifySymbols()
H A DJITLink.cpp184 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1144 Block &createZeroFillBlock(Section &Parent, orc::ExecutorAddrDiff Size, in createZeroFillBlock() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp156 G->createZeroFillBlock(PlaceholderSection, 1, ExecutorAddr(), 1, 0); in materialize()