Home
last modified time | relevance | path

Searched refs:createContentBlock (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
Dloongarch.h294 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
307 Block &StubContentBlock = G.createContentBlock( in createAnonymousPointerJumpStub()
Dx86_64.h526 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
541 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
Daarch64.h506 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
521 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
Di386.h233 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
DJITLink.h1020 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp323 Data ? G->createContentBlock(GraphSec, ArrayRef<char>(Data, Size), in addSectionStartSymAndBlock()
533 ? G->createContentBlock( in graphifyRegularSymbols()
663 auto &B = G->createContentBlock(*NSec.GraphSection, in graphifyCStringSection()
DELF_riscv.cpp49 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry()
56 Block &StubContentBlock = G.createContentBlock( in createPLTStub()
DJITLink.cpp166 : createContentBlock( in splitBlock()
DELF_aarch64.cpp470 G.createContentBlock(getTLSDescSection(G), getTLSDescBlockContent(), in createEntry()
DELFLinkGraphBuilder.h356 B = &G->createContentBlock(*GraphSec, *Data, in graphifySections()
DCOFFLinkGraphBuilder.cpp179 B = &G->createContentBlock( in graphifySections()
DEHFrameSupport.cpp646 G.createContentBlock(*EHFrame, NullTerminatorBlockContent, in operator ()()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp170 G.createContentBlock(Sec, Padding, in startSynthesis()
DELFNixPlatform.cpp67 auto &DSOHandleBlock = G->createContentBlock( in materialize()
DCOFFPlatform.cpp131 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
DMachOPlatform.cpp153 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
/openbsd/src/gnu/llvm/llvm/docs/
DJITLink.rst355 * ``createContentBlock`` creates a block with the given initial content,