Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp76 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { in loadDylib()
H A DSimpleRemoteEPC.cpp28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h395 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib()