Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.h42 CC(StringRef ccPath, StringRef RemotePath, in CC() argument
44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()
/external/llvm/tools/bugpoint/
DToolRunner.h42 CC(StringRef ccPath, StringRef RemotePath, in CC() argument
44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath, in GCC() argument
45 : GCCPath(gccPath), RemoteClientPath(RemotePath) { in GCC()