Searched refs:StubSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 | 546 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 548 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 559 Section &StubSection, in createAnonymousPointerJumpStub() argument 562 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
| H A D | aarch64.h | 646 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument 648 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() 660 Section &StubSection, in createAnonymousPointerJumpStub() argument 663 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 createAnonymousPointerJumpStub() argument 150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
|
| H A D | JITLink.h | 1884 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;
|