Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h88 auto ImplSymbol = AliaseeImplTable.getImplFor(Callee); in launchCompile() local
90 if (!ImplSymbol) in launchCompile()
92 const auto &ImplSymbolName = ImplSymbol->first; in launchCompile()
93 JITDylib *ImplJD = ImplSymbol->second; in launchCompile()