Searched defs:Diagnostic (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnostic.h1 //===- Diagnostic.h -------------------------------------------------------===//
22 /** \class Diagnostic
23 * \brief Diagnostic provides current status to DiagnosticPrinters.
25 class Diagnostic class in namespace:mcld
28 Diagnostic(DiagnosticEngine& pEngine);
30 ~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 73 milliseconds