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

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DBugDriver.cpp73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
188 if (ReferenceOutputFile.empty()) {
198 std::string ROF(ReferenceOutputFile);
H A DFindBugs.cpp42 if (ReferenceOutputFile.empty()) {
H A DExecutionDriver.cpp418 /// into ReferenceOutputFile. Returns true if reference file created, false
428 ReferenceOutputFile = executeProgramSafely(Program, Filename, &Error);
439 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
444 /// output against the file specified by ReferenceOutputFile. If the output
461 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,
H A DBugDriver.h50 std::string ReferenceOutputFile; // Name of `good' output file member in class:llvm::BugDriver
190 /// into ReferenceOutputFile. Returns true if reference file created, false
198 /// output against the file specified by ReferenceOutputFile. If the output

Completed in 182 milliseconds