Searched refs:createZeroFillBlock (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 329 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock() 527 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
|
| H A D | ELFLinkGraphBuilder.h | 289 G->createZeroFillBlock(GraphSec, Sec.sh_size, Sec.sh_addr, in graphifySections()
|
| H A D | JITLink.cpp | 168 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 993 Block &createZeroFillBlock(Section &Parent, uint64_t Size, uint64_t Address, in createZeroFillBlock() function
|