Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp35 RemoteClient("remote-client", variable
900 if (!RemoteClient.empty()) { in create()
901 auto Path = sys::findProgramByName(RemoteClient); in create()
903 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()