Searched refs:ProgramPath (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DGraphWriter.cpp103 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { argument
108 ProgramPath = sys::FindProgramByName(Name);
109 if (!ProgramPath.empty())
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp58 static int RunProgramWithTimeout(StringRef ProgramPath, argument
77 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects,
253 // this if ProgramPath contains at least one / character, indicating that it

Completed in 139 milliseconds