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 Di386.h301 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
H A Dloongarch.h294 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
307 Block &StubContentBlock = G.createContentBlock( in createAnonymousPointerJumpStub()
H A Dx86_64.h555 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
570 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
H A Dppc64.h137 Block &B = G.createContentBlock(PointerSection, NullPointerContent, in visitEdge()
150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in visitEdge()
H A Daarch64.h643 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
658 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
H A Daarch32.h
H A DJITLink.h1113 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock() function
/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 DELFNixPlatform.cpp78 auto &DSOHandleBlock = G->createContentBlock( in discard()
H A DCOFFPlatform.cpp131 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
H A DMachOPlatform.cpp1756 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.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()
H A DELF_riscv.cpp51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry()
58 Block &StubContentBlock = G.createContentBlock( in createPLTStub()
H A DJITLink.cpp186 : createContentBlock( in splitBlock()
H A DELF_aarch64.cpp531 G.createContentBlock(getTLSDescSection(G), getTLSDescBlockContent(), in createEntry()
H A DCOFFLinkGraphBuilder.cpp189 B = &G->createContentBlock( in graphifySections()
H A DEHFrameSupport.cpp639 G.createContentBlock(*EHFrame, NullTerminatorBlockContent, in operator ()()
H A DELFLinkGraphBuilder.h392 B = &G->createContentBlock(*GraphSec, *Data, in graphifySections()