Home | History | Annotate | Download | only in LD

Lines Matching refs:DiagnosticEngine

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,
61 bool DiagnosticEngine::emit()
70 DiagnosticEngine::report(uint16_t pID, DiagnosticEngine::Severity pSeverity)