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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp137 static std::string ProcessFailure(sys::Path ProgPath, const char** Args, function
311 *Error = ProcessFailure(sys::Path(CompilerCommand), &ProgramArgs[0],
483 Error = ProcessFailure(sys::Path(LLCPath), &LLCArgs[0],
717 *Error = ProcessFailure(GCCPath, &GCCArgs[0]);
867 Error = ProcessFailure(GCCPath, &GCCArgs[0]);

Completed in 54 milliseconds