Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h51 LLVM_ABI Expected<tpctypes::DylibHandle> open(StringRef Path, uint64_t Mode);
55 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup()
64 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
75 LLVM_ABI void lookupAsync(tpctypes::DylibHandle H,
80 LLVM_ABI void lookupAsync(tpctypes::DylibHandle H,
H A DDylibManager.h33 LookupRequest(tpctypes::DylibHandle Handle, const SymbolLookupSet &Symbols) in LookupRequest()
35 tpctypes::DylibHandle Handle;
44 virtual Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) = 0;
H A DEPCDynamicLibrarySearchGenerator.h41 ExecutionSession &ES, tpctypes::DylibHandle H,
86 std::optional<tpctypes::DylibHandle> H;
H A DLookupAndRecordAddrs.h64 ExecutorProcessControl &EPC, tpctypes::DylibHandle H,
H A DSelfExecutorProcessControl.h61 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
H A DSimpleRemoteEPC.h121 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, in open()
76 Expected<tpctypes::DylibHandle> H((ExecutorAddr())); in open()
84 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync()
102 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync()
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
H A DSelfExecutorProcessControl.cpp78 Expected<tpctypes::DylibHandle>
H A DSimpleRemoteEPC.cpp26 Expected<tpctypes::DylibHandle>
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.h41 Expected<tpctypes::DylibHandle> open(const std::string &Path, uint64_t Mode);
43 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &L);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp23 Expected<tpctypes::DylibHandle>
43 SimpleExecutorDylibManager::lookup(tpctypes::DylibHandle H, in lookup()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h124 orc::tpctypes::DylibHandle H) in RemoteResolver()
128 orc::tpctypes::DylibHandle H;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h115 using DylibHandle = ExecutorAddr; variable