Home
last modified time | relevance | path

Searched defs:getMessage (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DError.h51 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DError.h71 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-12.1/contrib/opencsd/decoder/include/common/
H A Docsd_error.h75 …const std::string &getMessage() const { return m_err_message; }; /**< Get custom error message … in getMessage() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h84 StringRef getMessage() const { return Message; } in getMessage() function
H A DSourceMgr.h291 StringRef getMessage() const { return Message; } in getMessage() function
H A DError.h1154 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp108 StringRef getMessage() const { return Message; } in getMessage() function in __anondd70ad610111::ParseError
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1461 StringRef getMessage() const { return Message; } in getMessage() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1275 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol