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

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h1 //===- DiagnosticEngine.h -------------------------------------------------===//
26 /** \class DiagnosticEngine
27 * \brief DiagnosticEngine is used to report problems and issues.
29 * DiagnosticEngine is used to report problems and issues. It creates the
33 * DiagnosticEngine is a complex class, it is responsible for
37 class DiagnosticEngine class in namespace:mcld
60 DiagnosticEngine();
62 ~DiagnosticEngine();
132 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!");
137 assert(NULL != m_pInfoMap && "DiagnosticEngine wa
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp1 //===- DiagnosticEngine.cpp -----------------------------------------------===//
9 #include <mcld/LD/DiagnosticEngine.h>
17 // DiagnosticEngine
19 DiagnosticEngine::DiagnosticEngine() function in class:DiagnosticEngine
24 DiagnosticEngine::~DiagnosticEngine()
30 void DiagnosticEngine::reset(const MCLDInfo& pLDInfo)
37 void DiagnosticEngine::setLineInfo(DiagnosticLineInfo& pLineInfo)
42 void DiagnosticEngine
[all...]

Completed in 822 milliseconds