Home
last modified time | relevance | path

Searched refs:getEntryForTarget (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h345 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
380 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
388 GOT.getEntryForTarget(G, Target)); in createEntry()
H A Dx86_64.h715 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
755 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
763 GOT.getEntryForTarget(G, Target)); in createEntry()
H A DTableManager.h32 Symbol &getEntryForTarget(LinkGraph &G, Symbol &Target) { in getEntryForTarget() function
H A Dloongarch.h645 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
679 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
687 GOT.getEntryForTarget(G, Target)); in createEntry()
H A Dppc64.h221 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in visitEdge()
235 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in visitEdge()
243 G, getOrCreateStubsSection(G), TOC.getEntryForTarget(G, Target), in createEntry()
H A Daarch64.h841 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
879 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
887 GOT.getEntryForTarget(G, Target)); in createEntry()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp48 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in visitEdge()
52 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in visitEdge()
56 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in visitEdge()
125 return TOC.getEntryForTarget(G, *TOCSymbol); in createELFGOTHeader()
H A DELF_aarch64.cpp615 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
625 TLSInfoTableManager.getEntryForTarget(G, Target), 0); in createEntry()
H A DELF_x86_64.cpp51 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
H A DCompactUnwindSupport.h446 Personality = &GOT.getEntryForTarget(G, *Personality); in processCompactUnwind()
H A Daarch32.cpp736 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()