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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp654 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...]
H A DToolRunner.h40 sys::Path GCCPath; // The path to the gcc executable. member in class:llvm::GCC
45 : GCCPath(gccPath), RemoteClientPath(RemotePath) {

Completed in 114 milliseconds