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 Dx86.h294 Symbol &PointerSymbol) { in createPointerJumpStubBlock() argument
301 2, PointerSymbol, 0); in createPointerJumpStubBlock()
311 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument
313 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
H A Dx86_64.h626 Symbol &PointerSymbol) { in createPointerJumpStubBlock() argument
629 B.addEdge(BranchPCRel32, 2, PointerSymbol, 0); in createPointerJumpStubBlock()
639 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument
641 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
H A Daarch64.h739 Symbol &PointerSymbol) { in createPointerJumpStubBlock() argument
742 B.addEdge(Page21, 0, PointerSymbol, 0); in createPointerJumpStubBlock()
743 B.addEdge(PageOffset12, 4, PointerSymbol, 0); in createPointerJumpStubBlock()
753 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument
755 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
H A Dloongarch.h612 Symbol &PointerSymbol) { in createAnonymousPointerJumpStub() argument
615 StubContentBlock.addEdge(Page20, 0, PointerSymbol, 0); in createAnonymousPointerJumpStub()
616 StubContentBlock.addEdge(PageOffset12, 4, PointerSymbol, 0); in createAnonymousPointerJumpStub()
H A Dppc64.h148 Symbol &PointerSymbol, in createAnonymousPointerJumpStub() argument
154 B.addEdge(Reloc.K, Reloc.Offset, PointerSymbol, Reloc.A); in createAnonymousPointerJumpStub()
H A DJITLink.h2027 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;