Searched refs:createZeroFillBlock (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 325 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock() 355 G->createZeroFillBlock(getCommonSection(), in graphifyRegularSymbols() 537 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
|
| H A D | ELFLinkGraphBuilder.h | 360 B = &G->createZeroFillBlock(*GraphSec, Sec.sh_size, in graphifySections() 431 G->createZeroFillBlock(getCommonSection(), Sym.st_size, in graphifySymbols()
|
| H A D | COFFLinkGraphBuilder.cpp | 162 B = &G->createZeroFillBlock( in graphifySections() 458 G->createZeroFillBlock(getCommonSection(), Symbol.getValue(), in createDefinedSymbol()
|
| H A D | JITLink.cpp | 164 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 207 G->createZeroFillBlock(PlaceholderSection, 1, ExecutorAddr(), 1, 0); in materialize()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1051 Block &createZeroFillBlock(Section &Parent, orc::ExecutorAddrDiff Size, in createZeroFillBlock() function
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | JITLink.rst | 358 * ``createZeroFillBlock`` creates a zero-fill block with the given size,
|