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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp631 CCArgs.push_back(CCPath);
691 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", ""))
692 return ProcessFailure(CCPath, CCArgs);
779 CCArgs.push_back(CCPath);
835 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", ""))
836 return ProcessFailure(CCPath, CCArgs);
845 auto CCPath = FindProgramByName(CCBinary, Argv0, (void *)(intptr_t)&create); local
846 if (!CCPath) {
848 CCPath.getError().message() + "\n";
863 Message = "Found CC: " + *CCPath
[all...]
H A DToolRunner.h38 std::string CCPath; // The path to the cc executable. member in class:llvm::CC
43 : CCPath(ccPath), RemoteClientPath(RemotePath) {

Completed in 85 milliseconds