Home
last modified time | relevance | path

Searched refs:PointerSymbol (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h315 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 Dx86_64.h569 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 Daarch64.h657 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 Dloongarch.h306 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 Dppc64.h147 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 DJITLink.h1895 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;