Searched refs:CCPath (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 622 CCArgs.push_back(CCPath); in ExecuteProgram() 681 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", "")) in ExecuteProgram() 682 return ProcessFailure(CCPath, CCArgs); in ExecuteProgram() 768 CCArgs.push_back(CCPath); in MakeSharedObject() 823 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", "")) in MakeSharedObject() 824 return ProcessFailure(CCPath, CCArgs); in MakeSharedObject() 833 auto CCPath = FindProgramByName(CCBinary, Argv0, (void *)(intptr_t)&create); in create() local 834 if (!CCPath) { in create() 836 CCPath.getError().message() + "\n"; in create() 851 Message = "Found CC: " + *CCPath + "\n"; in create() [all …]
|
| H A D | ToolRunner.h | 38 std::string CCPath; // The path to the cc executable. variable 43 : CCPath(std::string(ccPath)), RemoteClientPath(std::string(RemotePath)) { in CC()
|