Searched defs:loadDylib (Results 1 – 4 of 4) sorted by relevance
57 SelfTargetProcessControl::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SelfTargetProcessControl
128 JITLinkExecutor::loadDylib(StringRef RemotePath) { in loadDylib() function in JITLinkExecutor
292 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function
539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) { in loadDylib() function