Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h612 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
627 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
656 auto &B = G.createContentBlock(TrampolineSection, ReentryTrampolineContent, in createReentryTrampolineBlock()
H A Dx86.h280 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
295 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
H A Daarch64.h725 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
740 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
771 auto &B = G.createContentBlock(TrampolineSection, ReentryTrampolineContent, in createReentryTrampolineBlock()
H A Dloongarch.h600 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
613 Block &StubContentBlock = G.createContentBlock( in createAnonymousPointerJumpStub()
H A Dppc64.h138 Block &B = G.createContentBlock(PointerSection, NullPointerContent,
151 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
H A DJITLink.h1145 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock() function
1271 Blocks.push_back(&createContentBlock(
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp27 auto &B = G->createContentBlock(Sect, Content, ExecutorAddr(), Alignment, 0); in materialize()
H A DDebuggerSupportPlugin.cpp
H A DCOFFPlatform.cpp122 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
H A DELFNixPlatform.cpp166 auto &DSOHandleBlock = G->createContentBlock( in materialize()
H A DMachOPlatform.cpp1786 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp324 Data ? G->createContentBlock(GraphSec, ArrayRef<char>(Data, Size), in addSectionStartSymAndBlock()
534 ? G->createContentBlock( in graphifyRegularSymbols()
664 auto &B = G->createContentBlock(*NSec.GraphSection, in graphifyCStringSection()
H A DXCOFFLinkGraphBuilder.cpp308 B = &G->createContentBlock( in processCsectsAndSymbols()
H A Daarch32.cpp708 return G.createContentBlock(S, Init, orc::ExecutorAddr(), Alignment, 0); in allocPointer()
764 return G.createContentBlock(S, Template, orc::ExecutorAddr(), Alignment, 0); in allocStub()
H A DELF_riscv.cpp51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry()
58 Block &StubContentBlock = G.createContentBlock( in createPLTStub()
H A DEHFrameSupport.cpp635 G.createContentBlock(*EHFrame, NullTerminatorBlockContent, in operator ()()
H A DELF_aarch64.cpp621 G.createContentBlock(getTLSDescSection(G), getTLSDescBlockContent(), in createEntry()
H A DCOFFLinkGraphBuilder.cpp183 B = &G->createContentBlock( in graphifySections()
H A DELFLinkGraphBuilder.h393 B = &G->createContentBlock(*GraphSec, *Data, in graphifySections()