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