Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h579 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 Daarch64.h295 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 DTableManager.h32 Symbol &getEntryForTarget(LinkGraph &G, Symbol &Target) { in getEntryForTarget() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp467 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
477 TLSInfoTableManager.getEntryForTarget(G, Target), 0); in createEntry()
H A DELF_x86_64.cpp53 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()