Searched refs:getMessage (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h50 const std::string &getMessage() const { return Msg; } function in class:lld::GenericError
54 return make_dynamic_error_code(getMessage());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h70 const std::string &getMessage() const { return Msg; } function in class:llvm::object::GenericBinaryError
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h83 StringRef getMessage() const { return Message; } function in class:llvm::SymbolRemappingParseError
H A DSourceMgr.h292 StringRef getMessage() const { return Message; } function in class:llvm::SMDiagnostic
H A DError.h1187 const std::string &getMessage() const { return Msg; } function in class:llvm::StringError
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp93 EmitString(o, D.getMessage()) << '\n';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; function in struct:__anon1970::CParser
170 return unwrap(Parser)->getMessage();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java643 System.err.printf("dtrace: %s\n", de.getMessage());
649 System.err.printf("dtrace: %s\n", ce.getMessage());
1027 c, e.getMessage());
1030 c, g.getOptarg(), e.getMessage());
1034 System.err.printf("dtrace: %s\n", e.getMessage());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h82 virtual std::string getMessage(const ExplodedNode *N) = 0;
102 std::string getMessage(const ExplodedNode *N) override;
527 return I->second->getMessage(N);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp466 StringRef Message = D.getMessage();
650 MsgStream << D.getMessage();
1093 StringRef Msg = Err.getMessage();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp517 if (!A->getMessage().empty()) {
519 HintMessage += A->getMessage();
593 ResultMessage = Deprecated->getMessage();
601 *Message = Unavailable->getMessage();
H A DODRHash.cpp317 AddStmt(D->getMessage());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h494 Visit(D->getMessage());
H A DDeclCXX.h3789 StringLiteral *getMessage() { return Message; } function in class:clang::StaticAssertDecl
3790 const StringLiteral *getMessage() const { return Message; } function in class:clang::StaticAssertDecl
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp384 WithColor::error() << E.getMessage() << '\n';
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp629 Twine("bad relocation (") + GE->getMessage()
665 Twine("bad relocation (") + GE->getMessage()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h461 return serializeSeq(C, SE.getMessage());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1002 const Twine &getMessage() const { return Msg; } function in class:llvm::DiagnosticInfoUnsupported
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp196 TheParser.Diag(Loc, diag::err_inline_ms_asm_parsing) << D.getMessage();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp550 Builder.markExprChild(S->getMessage(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1472 StringRef getMessage() const { return Message; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp488 Diagnostic Info(this, storedDiag.getMessage());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1314 ParseError.getMessage()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp210 diagnostic.getMessage().str().c_str());

Completed in 244 milliseconds

12