Home
last modified time | relevance | path

Searched refs:ErrorStream (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp36 : State(&State), ErrorStream(LastError), in YamlContext()
73 ErrorStream << "Unknown Instruction: '" << String << "'\n"; in deserializeMCInst()
86 std::string &getLastError() { return ErrorStream.str(); } in getLastError()
88 raw_string_ostream &getErrorStream() { return ErrorStream; } in getErrorStream()
96 ErrorStream << "No register with enum value '" << RegNo << "'\n"; in getRegName()
104 ErrorStream << "No register with name '" << RegName << "'\n"; in getRegNo()
155 ErrorStream << "Unknown Operand: '" << String << "'\n"; in deserializeMCOperand()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
176 raw_string_ostream ErrorStream; member
H A DSnippetFile.cpp143 raw_string_ostream ErrorStream(Error); in readSnippets() local
144 formatted_raw_ostream InstPrinterOStream(ErrorStream); in readSnippets()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp66 llvm::raw_string_ostream ErrorStream(ErrorMessage); in loadFromDirectory() local
74 ErrorStream << Database.getName() << ": " << DatabaseErrorMessage << "\n"; in loadFromDirectory()
82 std::stringstream ErrorStream; in findCompilationDatabaseFromDirectory() local
92 ErrorStream << "No compilation database found in " << Directory.str() in findCompilationDatabaseFromDirectory()
99 ErrorMessage = ErrorStream.str(); in findCompilationDatabaseFromDirectory()