Searched refs:DylibHandle (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericDylibManager.h | 51 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 D | DylibManager.h | 33 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 D | EPCDynamicLibrarySearchGenerator.h | 41 ExecutionSession &ES, tpctypes::DylibHandle H, 86 std::optional<tpctypes::DylibHandle> H;
|
| H A D | LookupAndRecordAddrs.h | 64 ExecutorProcessControl &EPC, tpctypes::DylibHandle H,
|
| H A D | SelfExecutorProcessControl.h | 61 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
|
| H A D | SimpleRemoteEPC.h | 121 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericDylibManager.cpp | 74 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 D | LookupAndRecordAddrs.cpp | 55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
|
| H A D | SelfExecutorProcessControl.cpp | 78 Expected<tpctypes::DylibHandle>
|
| H A D | SimpleRemoteEPC.cpp | 26 Expected<tpctypes::DylibHandle>
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorDylibManager.h | 41 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 D | SimpleExecutorDylibManager.cpp | 23 Expected<tpctypes::DylibHandle> 43 SimpleExecutorDylibManager::lookup(tpctypes::DylibHandle H, in lookup()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 124 orc::tpctypes::DylibHandle H) in RemoteResolver() 128 orc::tpctypes::DylibHandle H;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | TargetProcessControlTypes.h | 115 using DylibHandle = ExecutorAddr; variable
|