Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DLazyCallThroughAndReexportsTest.cpp59 auto CallThroughTrampoline = cantFail((*LCTM)->getCallThroughTrampoline( in TEST_F() local
63 static_cast<uintptr_t>(CallThroughTrampoline)); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp161 auto CallThroughTrampoline = LCTManager.getCallThroughTrampoline( in materialize() local
164 if (!CallThroughTrampoline) { in materialize()
166 CallThroughTrampoline.takeError()); in materialize()
172 std::make_pair(*CallThroughTrampoline, Alias.second.AliasFlags); in materialize()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp179 auto CallThroughTrampoline = LCTManager.getCallThroughTrampoline( in materialize() local
186 if (!CallThroughTrampoline) { in materialize()
188 CallThroughTrampoline.takeError()); in materialize()
194 std::make_pair(*CallThroughTrampoline, Alias.second.AliasFlags); in materialize()