Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDi386.h301 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
HDloongarch.h294 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
307 Block &StubContentBlock = G.createContentBlock( in createAnonymousPointerJumpStub()
HDx86_64.h555 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
570 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
HDaarch64.h643 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
658 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
HDppc64.h137 Block &B = G.createContentBlock(PointerSection, NullPointerContent,
150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
HDJITLink.h1113 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDSectCreate.cpp27 auto &B = G->createContentBlock(Sect, Content, ExecutorAddr(), Alignment, 0); in materialize()
HDELFNixPlatform.cpp78 auto &DSOHandleBlock = G->createContentBlock( in materialize()
HDCOFFPlatform.cpp131 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
HDMachOPlatform.cpp1756 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.cpp333 Data ? G->createContentBlock(GraphSec, ArrayRef<char>(Data, Size), in addSectionStartSymAndBlock()
543 ? G->createContentBlock( in graphifyRegularSymbols()
673 auto &B = G->createContentBlock(*NSec.GraphSection, in graphifyCStringSection()
HDaarch32.cpp710 return G.createContentBlock(S, Init, orc::ExecutorAddr(), Alignment, 0); in allocPointer()
766 return G.createContentBlock(S, Template, orc::ExecutorAddr(), Alignment, 0); in allocStub()
HDELF_riscv.cpp51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry()
58 Block &StubContentBlock = G.createContentBlock( in createPLTStub()
HDELF_aarch64.cpp531 G.createContentBlock(getTLSDescSection(G), getTLSDescBlockContent(), in createEntry()
HDJITLink.cpp186 : createContentBlock( in splitBlock()
HDCOFFLinkGraphBuilder.cpp189 B = &G->createContentBlock( in graphifySections()
HDEHFrameSupport.cpp639 G.createContentBlock(*EHFrame, NullTerminatorBlockContent, in operator ()()
HDELFLinkGraphBuilder.h392 B = &G->createContentBlock(*GraphSec, *Data, in graphifySections()