HomeSort by relevance Sort by last modified time
    Searched refs:CCPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 667 CCArgs.push_back(CCPath.c_str());
730 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) {
731 *Error = ProcessFailure(CCPath, &CCArgs[0]);
820 CCArgs.push_back(CCPath.c_str());
    [all...]
ToolRunner.h 39 std::string CCPath; // The path to the cc executable.
42 CC(StringRef ccPath, StringRef RemotePath,
44 : CCPath(ccPath), RemoteClientPath(RemotePath) {

Completed in 4199 milliseconds