Home
last modified time | relevance | path

Searched refs:createZeroFillBlock (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp323 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock()
515 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
H A DJITLink.cpp168 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
H A DELF_x86_64.cpp415 G->createZeroFillBlock(Section, Size, Address, Alignment, 0); in createNormalizedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h902 Block &createZeroFillBlock(Section &Parent, uint64_t Size, uint64_t Address, in createZeroFillBlock() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst358 * ``createZeroFillBlock`` creates a zero-fill block with the given size,