Home | History | Annotate | Download | only in LD

Lines Matching refs:Diagnostic

1 //===- Diagnostic.cpp -----------------------------------------------------===//
9 #include <mcld/LD/Diagnostic.h>
19 // Diagnostic
20 Diagnostic::Diagnostic(DiagnosticEngine& pEngine)
24 Diagnostic::~Diagnostic()
28 // format - format this diagnostic into string, subsituting the formal
30 void Diagnostic::format(std::string& pOutStr) const
38 const char* Diagnostic::findMatch(char pVal,
70 void Diagnostic::format(const char* pBegin, const char* pEnd,
107 llvm::report_fatal_error(llvm::Twine("Mismatched {} in the diagnostic: ") +
115 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +
128 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +
139 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +