Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp144 raw_string_ostream ErrorStream(Error); in readSnippets() local
145 formatted_raw_ostream InstPrinterOStream(ErrorStream); in readSnippets()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp569 raw_string_ostream ErrorStream(ErrorData); in checkForDuplicates() local
572 ErrorStream << "file '" << MemberToFile.getKey().str() in checkForDuplicates()
576 ErrorStream << "in: " << OriginalFile.str() << '\n'; in checkForDuplicates()
578 ErrorStream << '\n'; in checkForDuplicates()
582 ErrorStream.flush(); in checkForDuplicates()