Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp188 auto CallThroughTrampoline = LCTManager.getCallThroughTrampoline( in materialize() local
195 if (!CallThroughTrampoline) { in materialize()
197 CallThroughTrampoline.takeError()); in materialize()
203 std::make_pair(*CallThroughTrampoline, Alias.second.AliasFlags); in materialize()