reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/BenchmarkResult.cpp
   73       ErrorStream << "Unknown Instruction: '" << String << "'\n";
   86   std::string &getLastError() { return ErrorStream.str(); }
   88   raw_string_ostream &getErrorStream() { return ErrorStream; }
   96       ErrorStream << "No register with enum value '" << RegNo << "'\n";
  104     ErrorStream << "No register with name '" << RegName << "'\n";
  155       ErrorStream << "Unknown Operand: '" << String << "'\n";
  162       ErrorStream << "No opcode with enum value '" << InstrNo << "'\n";
  170     ErrorStream << "No opcode with name '" << InstrName << "'\n";