Searched refs:DiagnosticPrinter (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticPrinter.cpp1 //===- DiagnosticPrinter.cpp ----------------------------------------------===//
9 #include "mcld/LD/DiagnosticPrinter.h"
14 // DiagnosticPrinter
16 DiagnosticPrinter::DiagnosticPrinter() : m_NumErrors(0), m_NumWarnings(0) { function in class:mcld::DiagnosticPrinter
19 DiagnosticPrinter::~DiagnosticPrinter() {
25 void DiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity,
H A DDiagnosticEngine.cpp13 #include "mcld/LD/DiagnosticPrinter.h"
52 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter,
H A DAndroid.mk18 DiagnosticPrinter.cpp \
H A DTextDiagnosticPrinter.cpp48 DiagnosticPrinter::handleDiagnostic(pSeverity, pInfo);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticPrinter.h1 //===- DiagnosticPrinter.h ------------------------------------------------===//
17 /** \class DiagnosticPrinter
18 * \brief DiagnosticPrinter provides the interface to customize diagnostic
21 class DiagnosticPrinter { class in namespace:mcld
23 DiagnosticPrinter();
25 virtual ~DiagnosticPrinter();
H A DDiagnosticEngine.h20 class DiagnosticPrinter;
29 * Diagnostics and passes them to the DiagnosticPrinter for reporting to the
67 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);
69 const DiagnosticPrinter* getPrinter() const { return m_pPrinter; }
70 DiagnosticPrinter* getPrinter() { return m_pPrinter; }
72 DiagnosticPrinter* takePrinter() {
136 DiagnosticPrinter* m_pPrinter;
H A DTextDiagnosticPrinter.h11 #include "mcld/LD/DiagnosticPrinter.h"
20 * \brief The plain, text-based DiagnosticPrinter.
22 class TextDiagnosticPrinter : public DiagnosticPrinter {
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.h19 class DiagnosticPrinter;
47 mcld::DiagnosticPrinter* m_pPrinter;
/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp11 #include "mcld/LD/DiagnosticPrinter.h"
31 DiagnosticPrinter* pPrinter) {
36 DiagnosticPrinter* printer =
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h16 class DiagnosticPrinter;
20 DiagnosticPrinter* pPrinter = NULL);

Completed in 165 milliseconds