Searched refs:getEntryForTarget (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 579 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 614 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 622 GOT.getEntryForTarget(G, Target)); in createEntry()
|
| H A D | aarch64.h | 295 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 336 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 346 auto &GOTEntrySymbol = GOT.getEntryForTarget(G, Target); in createEntry()
|
| H A D | TableManager.h | 32 Symbol &getEntryForTarget(LinkGraph &G, Symbol &Target) { in getEntryForTarget() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_aarch64.cpp | 467 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 477 TLSInfoTableManager.getEntryForTarget(G, Target), 0); in createEntry()
|
| H A D | ELF_x86_64.cpp | 53 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|