Searched refs:createZeroFillBlock (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 323 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock() 515 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
|
H A D | JITLink.cpp | 168 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
|
H A D | ELF_x86_64.cpp | 415 G->createZeroFillBlock(Section, Size, Address, Alignment, 0); in createNormalizedSections()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 902 Block &createZeroFillBlock(Section &Parent, uint64_t Size, uint64_t Address, in createZeroFillBlock() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | JITLink.rst | 358 * ``createZeroFillBlock`` creates a zero-fill block with the given size,
|