Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h61 using DylibHandle = JITTargetAddress; variable
65 LookupRequest(DylibHandle Handle, const SymbolLookupSet &Symbols) in LookupRequest()
67 DylibHandle Handle;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCDynamicLibrarySearchGenerator.h34 tpctypes::DylibHandle H,
59 tpctypes::DylibHandle H;
DTargetProcessControl.h116 virtual Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) = 0;
172 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
DOrcRPCTargetProcessControl.h291 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h280 std::pair<tpctypes::DylibHandle, RemoteSymbolLookupSet>;
346 : public rpc::Function<LoadDylib, Expected<tpctypes::DylibHandle>(
534 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) { in loadDylib()
542 tpctypes::DylibHandle H = Dylibs.size(); in loadDylib()
608 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs;
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTargetProcessControl.cpp56 Expected<tpctypes::DylibHandle>