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

  /external/llvm/tools/bugpoint/
BugDriver.cpp 73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
188 if (ReferenceOutputFile.empty()) {
198 std::string ROF(ReferenceOutputFile);
FindBugs.cpp 42 if (ReferenceOutputFile.empty()) {
ExecutionDriver.cpp 418 /// 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,
BugDriver.h 50 std::string ReferenceOutputFile; // Name of `good' output file
184 /// into ReferenceOutputFile. Returns true if reference file created, false
192 /// output against the file specified by ReferenceOutputFile. If the output
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.cpp 72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
187 if (ReferenceOutputFile.empty()) {
197 sys::Path ROF(ReferenceOutputFile);
FindBugs.cpp 41 if (ReferenceOutputFile.empty()) {
ExecutionDriver.cpp 450 /// into ReferenceOutputFile. Returns true if reference file created, false
460 ReferenceOutputFile = executeProgramSafely(Program, Filename, &Error);
471 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
476 /// output against the file specified by ReferenceOutputFile. If the output
493 if (int Diff = DiffFilesWithTolerance(sys::Path(ReferenceOutputFile),
BugDriver.h 49 std::string ReferenceOutputFile; // Name of `good' output file
189 /// into ReferenceOutputFile. Returns true if reference file created, false
197 /// output against the file specified by ReferenceOutputFile. If the output

Completed in 2587 milliseconds