Searched refs:CCPath (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 667 CCArgs.push_back(CCPath.c_str()); in ExecuteProgram() 730 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) { in ExecuteProgram() 731 *Error = ProcessFailure(CCPath, &CCArgs[0]); in ExecuteProgram() 820 CCArgs.push_back(CCPath.c_str()); in MakeSharedObject() 880 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) { in MakeSharedObject() 881 Error = ProcessFailure(CCPath, &CCArgs[0]); in MakeSharedObject() 892 auto CCPath = sys::findProgramByName(CCBinary); in create() local 893 if (!CCPath) { in create() 895 CCPath.getError().message() + "\n"; in create() 910 Message = "Found CC: " + *CCPath + "\n"; in create() [all …]
|
D | ToolRunner.h | 39 std::string CCPath; // The path to the cc executable. variable 44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()
|