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

/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp684 GCCArgs.push_back(GCCPath.c_str());
747 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], "", "", "")) {
748 *Error = ProcessFailure(GCCPath, &GCCArgs[0]);
837 GCCArgs.push_back(GCCPath.c_str());
897 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], "", "", "")) {
898 Error = ProcessFailure(GCCPath, &GCCArgs[0]);
909 std::string GCCPath = sys::FindProgramByName(GCCBinary); local
910 if (GCCPath.empty()) {
919 Message = "Found gcc: " + GCCPath + "\n";
920 return new GCC(GCCPath, RemoteClientPat
[all...]
H A DToolRunner.h39 std::string GCCPath; // The path to the gcc executable. member in class:llvm::GCC
44 : GCCPath(gccPath), RemoteClientPath(RemotePath) {

Completed in 164 milliseconds