Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp189 auto CallThroughTrampoline = LCTManager.getCallThroughTrampoline( in materialize() local
197 if (!CallThroughTrampoline) { in materialize()
198 R->getExecutionSession().reportError(CallThroughTrampoline.takeError()); in materialize()
203 Inits[Alias.first] = {*CallThroughTrampoline, Alias.second.AliasFlags}; in materialize()