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

/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp1 //===- DiagnosticEngine.cpp -----------------------------------------------===//
9 #include <mcld/LD/DiagnosticEngine.h>
20 // DiagnosticEngine
22 DiagnosticEngine::DiagnosticEngine() function in class:DiagnosticEngine
27 DiagnosticEngine::~DiagnosticEngine()
38 void DiagnosticEngine::reset(const LinkerConfig& pConfig)
46 void DiagnosticEngine::setLineInfo(DiagnosticLineInfo& pLineInfo)
51 void DiagnosticEngine
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h1 //===- DiagnosticEngine.h -------------------------------------------------===//
23 /** \class DiagnosticEngine
24 * \brief DiagnosticEngine is used to report problems and issues.
26 * DiagnosticEngine is used to report problems and issues. It creates the
30 * DiagnosticEngine is a complex class, it is responsible for
34 class DiagnosticEngine class in namespace:mcld
58 DiagnosticEngine();
60 ~DiagnosticEngine();
128 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!");
133 assert(NULL != m_pInfoMap && "DiagnosticEngine wa
[all...]

Completed in 66 milliseconds