Home
last modified time | relevance | path

Searched defs:loadDylib (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DExecutorProcessControl.cpp76 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SelfExecutorProcessControl
DSimpleRemoteEPC.cpp28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SimpleRemoteEPC
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h395 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function