Searched refs:createContentBlock (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 301 auto &B = G.createContentBlock(PointerSection, NullPointerContent, 316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
|
H A D | loongarch.h | 294 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G), 307 Block &StubContentBlock = G.createContentBlock( in createAnonymousPointerJumpStub()
|
H A D | x86_64.h | 555 auto &B = G.createContentBlock(PointerSection, NullPointerContent, 570 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
|
H A D | ppc64.h | 137 Block &B = G.createContentBlock(PointerSection, NullPointerContent, in visitEdge() 150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in visitEdge()
|
H A D | aarch64.h | 643 auto &B = G.createContentBlock(PointerSection, NullPointerContent, 658 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
|
H A D | aarch32.h |
|
H A D | JITLink.h | 1113 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SectCreate.cpp | 27 auto &B = G->createContentBlock(Sect, Content, ExecutorAddr(), Alignment, 0); in materialize()
|
H A D | DebuggerSupportPlugin.cpp |
|
H A D | ELFNixPlatform.cpp | 78 auto &DSOHandleBlock = G->createContentBlock( in discard()
|
H A D | COFFPlatform.cpp | 131 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
|
H A D | MachOPlatform.cpp | 1756 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 333 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 D | ELF_riscv.cpp | 51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry() 58 Block &StubContentBlock = G.createContentBlock( in createPLTStub()
|
H A D | JITLink.cpp | 186 : createContentBlock( in splitBlock()
|
H A D | ELF_aarch64.cpp | 531 G.createContentBlock(getTLSDescSection(G), getTLSDescBlockContent(), in createEntry()
|
H A D | COFFLinkGraphBuilder.cpp | 189 B = &G->createContentBlock( in graphifySections()
|
H A D | EHFrameSupport.cpp | 639 G.createContentBlock(*EHFrame, NullTerminatorBlockContent, in operator ()()
|
H A D | ELFLinkGraphBuilder.h | 392 B = &G->createContentBlock(*GraphSec, *Data, in graphifySections()
|