Searched refs:StubSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86.h | 293 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 295 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 310 Section &StubSection, in createAnonymousPointerJumpStub() argument 313 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
| H A D | x86_64.h | 625 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 627 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 638 Section &StubSection, in createAnonymousPointerJumpStub() argument 641 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
| H A D | aarch64.h | 738 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 740 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 752 Section &StubSection, in createAnonymousPointerJumpStub() argument 755 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
|
| H A D | loongarch.h | 611 Section &StubSection, in createAnonymousPointerJumpStub() argument 614 StubSection, getStubBlockContent(G), orc::ExecutorAddr(), 4, 0); in createAnonymousPointerJumpStub()
|
| H A D | ppc64.h | 147 Section &StubSection, in createAnonymousPointerJumpStub() argument 151 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
|
| H A D | JITLink.h | 2027 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;
|