Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
78 void lookupAsync(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h147 using RemoteSymbolLookupSet = std::vector<RemoteSymbolLookupSetElement>; variable
151 RemoteSymbolLookupSet Symbols;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.h42 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &L);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp45 const RemoteSymbolLookupSet &L) { in lookup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp103 const RemoteSymbolLookupSet &Lookup, in lookupAsync()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h106 orc::RemoteSymbolLookupSet R; in findSymbol()