Home
last modified time | relevance | path

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

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