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

  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 1 //===- DiagnosticEngine.cpp -----------------------------------------------===//
9 #include <mcld/LD/DiagnosticEngine.h>
20 // DiagnosticEngine
22 DiagnosticEngine::DiagnosticEngine()
27 DiagnosticEngine::~DiagnosticEngine()
38 void DiagnosticEngine::reset(const LinkerConfig& pConfig)
46 void DiagnosticEngine::setLineInfo(DiagnosticLineInfo& pLineInfo)
51 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 1 //===- 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
60 DiagnosticEngine();
62 ~DiagnosticEngine();
130 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!");
135 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!")
    [all...]

Completed in 55 milliseconds