Home
last modified time | relevance | path

Searched refs:CallThroughTrampoline (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DLazyCallThroughAndReexportsTest.cpp59 auto CallThroughTrampoline = cantFail((*LCTM)->getCallThroughTrampoline( in TEST_F() local
63 static_cast<uintptr_t>(CallThroughTrampoline)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp183 auto CallThroughTrampoline = LCTManager.getCallThroughTrampoline( in materialize() local
190 if (!CallThroughTrampoline) { in materialize()
192 CallThroughTrampoline.takeError()); in materialize()
198 std::make_pair(*CallThroughTrampoline, Alias.second.AliasFlags); in materialize()