Searched refs:ErrorStream (Results 1 – 3 of 3) sorted by relevance
36 : 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
143 raw_string_ostream ErrorStream(Error); in readSnippets() local144 formatted_raw_ostream InstPrinterOStream(ErrorStream); in readSnippets()
66 llvm::raw_string_ostream ErrorStream(ErrorMessage); in loadFromDirectory() local74 ErrorStream << Database.getName() << ": " << DatabaseErrorMessage << "\n"; in loadFromDirectory()82 std::stringstream ErrorStream; in findCompilationDatabaseFromDirectory() local92 ErrorStream << "No compilation database found in " << Directory.str() in findCompilationDatabaseFromDirectory()99 ErrorMessage = ErrorStream.str(); in findCompilationDatabaseFromDirectory()