Searched defs:GCCPath (Results 1 - 2 of 2) sorted by relevance
/external/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 40 sys::Path GCCPath; // The path to the gcc executable. member in class:llvm::GCC 45 : GCCPath(gccPath), RemoteClientPath(RemotePath) {
|
H A D | ToolRunner.cpp | 654 GCCArgs.push_back(GCCPath.c_str()); 715 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], sys::Path(), sys::Path(), 717 *Error = ProcessFailure(GCCPath, &GCCArgs[0]); 805 GCCArgs.push_back(GCCPath.c_str()); 865 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], sys::Path(), sys::Path(), 867 Error = ProcessFailure(GCCPath, &GCCArgs[0]); 878 sys::Path GCCPath = sys::Program::FindProgramByName(GCCBinary); local 879 if (GCCPath.isEmpty()) { 888 Message = "Found gcc: " + GCCPath.str() + "\n"; 889 return new GCC(GCCPath, RemoteClientPat [all...] |
Completed in 192 milliseconds