Searched refs:createZeroFillBlock (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 326 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock() 356 G->createZeroFillBlock(getCommonSection(), in graphifyRegularSymbols() 538 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
|
| H A D | COFFLinkGraphBuilder.cpp | 166 B = &G->createZeroFillBlock( in graphifySections() 470 G->createZeroFillBlock(getCommonSection(), Symbol.getValue(), in createDefinedSymbol()
|
| H A D | ELFLinkGraphBuilder.h | 397 B = &G->createZeroFillBlock(*GraphSec, Sec.sh_size, in graphifySections() 474 G->createZeroFillBlock(getCommonSection(), Sym.st_size, in graphifySymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1176 Block &createZeroFillBlock(Section &Parent, orc::ExecutorAddrDiff Size, in createZeroFillBlock() function 1255 Blocks.push_back(&createZeroFillBlock(
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.cpp | 79 G->createZeroFillBlock(PlaceholderSection, 1, ExecutorAddr(), 1, 0); in materialize()
|
| H A D | MachOPlatform.cpp | 141 G->createZeroFillBlock(PlaceholderSection, 1, ExecutorAddr(), 1, 0); in materialize()
|