Home
last modified time | relevance | path

Searched refs:RemotePath (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h41 CC(StringRef ccPath, StringRef RemotePath, in CC() argument
43 : CCPath(std::string(ccPath)), RemoteClientPath(std::string(RemotePath)) { in CC()
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp31 loadDylib(ExecutionSession &ES, StringRef RemotePath) { in loadDylib() argument
33 RemotePath.data())) in loadDylib()
H A DRemoteJITUtils.h40 loadDylib(llvm::orc::ExecutionSession &ES, llvm::StringRef RemotePath);