Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp35 : 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
H A DSnippetFile.cpp142 raw_string_ostream ErrorStream(Error); in readSnippets() local
143 formatted_raw_ostream InstPrinterOStream(ErrorStream); in readSnippets()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp582 raw_string_ostream ErrorStream(ErrorData); in checkForDuplicates() local
585 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()