Searched refs:ErrorStream (Results 1 – 4 of 4) sorted by relevance
35 : State(&State), ErrorStream(LastError), in YamlContext()51 ErrorStream << "Unknown Instruction: '" << String << "'\n"; in deserializeMCInst()64 std::string &getLastError() { return ErrorStream.str(); } in getLastError()66 raw_string_ostream &getErrorStream() { return ErrorStream; } in getErrorStream()74 ErrorStream << "No register with enum value '" << RegNo << "'\n"; in getRegName()82 ErrorStream << "No register with name '" << RegName << "'\n"; in getRegNo()133 ErrorStream << "Unknown Operand: '" << String << "'\n"; in deserializeMCOperand()140 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()148 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()154 raw_string_ostream ErrorStream; member
142 raw_string_ostream ErrorStream(Error); in readSnippets() local143 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()
582 raw_string_ostream ErrorStream(ErrorData); in checkForDuplicates() local585 ErrorStream << "file '" << MemberToFile.getKey().str() in checkForDuplicates()589 ErrorStream << "in: " << OriginalFile.str() << '\n'; in checkForDuplicates()591 ErrorStream << '\n'; in checkForDuplicates()595 ErrorStream.flush(); in checkForDuplicates()