Searched refs:createContentBlock (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| 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 | 526 auto &B = G.createContentBlock(PointerSection, NullPointerContent, 541 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
|
| H A D | aarch64.h | 506 auto &B = G.createContentBlock(PointerSection, NullPointerContent, 521 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
|
| H A D | i386.h | 233 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
|
| H A D | JITLink.h | 1020 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock() function
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 323 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 D | ELF_riscv.cpp | 49 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry() 56 Block &StubContentBlock = G.createContentBlock( in createPLTStub()
|
| H A D | JITLink.cpp | 166 : createContentBlock( in splitBlock()
|
| H A D | ELF_aarch64.cpp | 470 G.createContentBlock(getTLSDescSection(G), getTLSDescBlockContent(), in createEntry()
|
| H A D | ELFLinkGraphBuilder.h | 356 B = &G->createContentBlock(*GraphSec, *Data, in graphifySections()
|
| H A D | COFFLinkGraphBuilder.cpp | 179 B = &G->createContentBlock( in graphifySections()
|
| H A D | EHFrameSupport.cpp | 646 G.createContentBlock(*EHFrame, NullTerminatorBlockContent, in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebuggerSupportPlugin.cpp | 170 G.createContentBlock(Sec, Padding, in startSynthesis()
|
| H A D | ELFNixPlatform.cpp | 67 auto &DSOHandleBlock = G->createContentBlock( in materialize()
|
| H A D | COFFPlatform.cpp | 131 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
|
| H A D | MachOPlatform.cpp | 153 return G.createContentBlock(HeaderSection, HeaderContent, ExecutorAddr(), 8, in createHeaderBlock()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | JITLink.rst | 355 * ``createContentBlock`` creates a block with the given initial content,
|