Searched refs:getEntryForTarget (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | i386.h | 366 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 401 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 409 GOT.getEntryForTarget(G, Target)); in createEntry()
|
| H A D | loongarch.h | 339 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 372 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 380 GOT.getEntryForTarget(G, Target)); in createEntry()
|
| H A D | x86_64.h | 628 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 663 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 671 GOT.getEntryForTarget(G, Target)); in createEntry()
|
| H A D | ppc64.h | 220 E.setTarget(this->getEntryForTarget(G, E.getTarget())); 234 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in applyFixup() 242 G, getOrCreateStubsSection(G), TOC.getEntryForTarget(G, Target), in applyFixup()
|
| H A D | aarch64.h | 719 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 752 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 760 GOT.getEntryForTarget(G, Target)); in createEntry()
|
| H A D | TableManager.h | 32 Symbol &getEntryForTarget(LinkGraph &G, Symbol &Target) { in getEntryForTarget() function
|
| H A D | aarch32.h | |
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_aarch64.cpp | 525 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 535 TLSInfoTableManager.getEntryForTarget(G, Target), 0); in createEntry()
|
| H A D | ELF_x86_64.cpp | 51 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| H A D | ELF_ppc64.cpp | 48 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in createELFGOTHeader() 52 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in createELFGOTHeader() 56 E.setTarget(this->getEntryForTarget(G, E.getTarget())); in createELFGOTHeader() 125 return TOC.getEntryForTarget(G, *TOCSymbol);
|