Searched refs:createZeroFillBlock (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 321 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock() 523 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
|
| H A D | JITLink.cpp | 164 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
|
| H A D | ELFLinkGraphBuilder.h | 335 B = &G->createZeroFillBlock(*GraphSec, Sec.sh_size, in graphifySections()
|
| H A D | COFFLinkGraphBuilder.cpp | 164 B = &G->createZeroFillBlock( in graphifySections()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1034 Block &createZeroFillBlock(Section &Parent, orc::ExecutorAddrDiff Size, in createZeroFillBlock() function
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | JITLink.rst | 358 * ``createZeroFillBlock`` creates a zero-fill block with the given size,
|