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
919 if (!RemoteClient.empty()) { in create()
920 auto Path = sys::findProgramByName(RemoteClient); in create()
922 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()