Searched defs:Diagnostic (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnostic.h1 //===- Diagnostic.h -------------------------------------------------------===//
18 /** \class Diagnostic
19 * \brief Diagnostic provides current status to DiagnosticPrinters.
21 class Diagnostic class in namespace:mcld
24 Diagnostic(DiagnosticEngine& pEngine);
26 ~Diagnostic();
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp1 //===- Diagnostic.cpp -----------------------------------------------------===//
9 #include <mcld/LD/Diagnostic.h>
19 // Diagnostic
20 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) function in class:Diagnostic
24 Diagnostic::~Diagnostic()
30 void Diagnostic::format(std::string& pOutStr) const
38 const char* Diagnostic::findMatch(char pVal,
70 void Diagnostic
[all...]

Completed in 288 milliseconds