Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTargetProcessControl.cpp57 SelfTargetProcessControl::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SelfTargetProcessControl
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp128 JITLinkExecutor::loadDylib(StringRef RemotePath) { in loadDylib() function in JITLinkExecutor
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCTargetProcessControl.h292 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) { in loadDylib() function