Home
last modified time | relevance | path

Searched refs:DylibPath (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DExecutorProcessControl.cpp76 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { in loadDylib() argument
78 auto Dylib = sys::DynamicLibrary::getPermanentLibrary(DylibPath, &ErrMsg); in loadDylib()
DSimpleRemoteEPC.cpp28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib() argument
29 return DylibMgr->open(DylibPath, 0); in loadDylib()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h247 virtual Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) = 0;
395 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() argument
446 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
DSimpleRemoteEPC.h72 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;