Searched refs:StubSection (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 314 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 331 Section &StubSection, in createAnonymousPointerJumpStub() argument 334 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
H A D | x86_64.h | 568 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 570 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 581 Section &StubSection, in createAnonymousPointerJumpStub() argument 584 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
H A D | aarch64.h | 656 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 658 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 670 Section &StubSection, in createAnonymousPointerJumpStub() argument 673 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
|
H A D | loongarch.h | 305 Section &StubSection, in createAnonymousPointerJumpStub() argument 308 StubSection, getStubBlockContent(G), orc::ExecutorAddr(), 4, 0); in createAnonymousPointerJumpStub()
|
H A D | ppc64.h | 146 Section &StubSection, in visitEdge() 150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in visitEdge() 119 createAnonymousPointerJumpStub(LinkGraph & G,Section & StubSection,Symbol & PointerSymbol,PLTCallStubKind StubKind) createAnonymousPointerJumpStub() argument
|
H A D | JITLink.h | 1895 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;
|