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

/external/llvm/tools/bugpoint/
H A DBugDriver.cpp72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
191 if (ReferenceOutputFile.empty()) {
201 std::string ROF(ReferenceOutputFile);
H A DFindBugs.cpp42 if (ReferenceOutputFile.empty()) {
H A DExecutionDriver.cpp411 /// into ReferenceOutputFile. Returns true if reference file created, false
421 ReferenceOutputFile = executeProgramSafely(Program, Filename, &Error);
432 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
437 /// output against the file specified by ReferenceOutputFile. If the output
454 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,
H A DBugDriver.h49 std::string ReferenceOutputFile; // Name of `good' output file member in class:llvm::BugDriver
189 /// into ReferenceOutputFile. Returns true if reference file created, false
197 /// output against the file specified by ReferenceOutputFile. If the output

Completed in 119 milliseconds