Home
last modified time | relevance | path

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

/freebsd/contrib/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()