Searched refs:PointerSymbol (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 315 Symbol &PointerSymbol) { in createPointerJumpStubBlock() argument 322 2, PointerSymbol, 0); in createPointerJumpStubBlock() 332 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument 334 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
H A D | x86_64.h | 569 Symbol &PointerSymbol) { in createPointerJumpStubBlock() argument 572 B.addEdge(BranchPCRel32, 2, PointerSymbol, 0); in createPointerJumpStubBlock() 582 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument 584 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
H A D | aarch64.h | 657 Symbol &PointerSymbol) { in createPointerJumpStubBlock() argument 660 B.addEdge(Page21, 0, PointerSymbol, 0); in createPointerJumpStubBlock() 661 B.addEdge(PageOffset12, 4, PointerSymbol, 0); in createPointerJumpStubBlock() 671 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument 673 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
|
H A D | loongarch.h | 306 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument 309 StubContentBlock.addEdge(Page20, 0, PointerSymbol, 0); in createAnonymousPointerJumpStub() 310 StubContentBlock.addEdge(PageOffset12, 4, PointerSymbol, 0); in createAnonymousPointerJumpStub()
|
H A D | ppc64.h | 147 Symbol &PointerSymbol, in visitEdge() 153 B.addEdge(Reloc.K, Reloc.Offset, PointerSymbol, Reloc.A); 120 createAnonymousPointerJumpStub(LinkGraph & G,Section & StubSection,Symbol & PointerSymbol,PLTCallStubKind StubKind) createAnonymousPointerJumpStub() argument
|
H A D | JITLink.h | 1895 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;
|