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"
21 // DiagnosticEngine
23 DiagnosticEngine::DiagnosticEngine()
31 DiagnosticEngine::~DiagnosticEngine() {
41 void DiagnosticEngine::reset(const LinkerConfig& pConfig) {
48 void DiagnosticEngine::setLineInfo(DiagnosticLineInfo& pLineInfo) {
52 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 1 //===- 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 {
59 DiagnosticEngine();
61 ~DiagnosticEngine();
124 assert(m_pInfoMap != NULL && "DiagnosticEngine was not initialized!");
129 assert(m_pInfoMap != NULL && "DiagnosticEngine was not initialized!")
    [all...]

Completed in 76 milliseconds