Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp79 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { in loadDylib()
H A DSimpleRemoteEPC.cpp28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h479 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib()