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"
21 // DiagnosticEngine
23 DiagnosticEngine::DiagnosticEngine() function in class:mcld::DiagnosticEngine
31 DiagnosticEngine::~DiagnosticEngine() {
41 void DiagnosticEngine::reset(const LinkerConfig& pConfig) {
48 void DiagnosticEngine::setLineInfo(DiagnosticLineInfo& pLineInfo) {
52 void DiagnosticEngine
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h1 //===- DiagnosticEngine.h -------------------------------------------------===//
25 /** \class DiagnosticEngine
26 * \brief DiagnosticEngine is used to report problems and issues.
28 * DiagnosticEngine is used to report problems and issues. It creates the
32 * DiagnosticEngine is a complex class, it is responsible for
36 class DiagnosticEngine { class in namespace:mcld
59 DiagnosticEngine();
61 ~DiagnosticEngine();
124 assert(m_pInfoMap != NULL && "DiagnosticEngine was not initialized!");
129 assert(m_pInfoMap != NULL && "DiagnosticEngine wa
[all...]

Completed in 1425 milliseconds