Searched refs:CCPath (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 632 CCArgs.push_back(CCPath); in ExecuteProgram() 692 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", "")) in ExecuteProgram() 693 return ProcessFailure(CCPath, CCArgs); in ExecuteProgram() 780 CCArgs.push_back(CCPath); in MakeSharedObject() 836 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", "")) in MakeSharedObject() 837 return ProcessFailure(CCPath, CCArgs); in MakeSharedObject() 846 auto CCPath = FindProgramByName(CCBinary, Argv0, (void *)(intptr_t)&create); in create() local 847 if (!CCPath) { in create() 849 CCPath.getError().message() + "\n"; in create() 864 Message = "Found CC: " + *CCPath + "\n"; in create() [all …]
|
| H A D | ToolRunner.h | 39 std::string CCPath; // The path to the cc executable. variable 44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()
|