Searched refs:DiagnosticPrinter (Results 1 - 12 of 12) 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() function in class:DiagnosticPrinter
20 DiagnosticPrinter::~DiagnosticPrinter()
27 void DiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity,
H A DDiagnosticEngine.cpp10 #include <mcld/LD/DiagnosticPrinter.h>
51 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter,
H A DAndroid.mk18 DiagnosticPrinter.cpp \
H A DDiagnosticInfos.cpp16 #include <mcld/LD/DiagnosticPrinter.h>
H A DTextDiagnosticPrinter.cpp41 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
24 DiagnosticPrinter();
26 virtual ~DiagnosticPrinter();
H A DDiagnosticEngine.h20 class DiagnosticPrinter;
27 * Diagnostics and passes them to the DiagnosticPrinter for reporting to the
66 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);
68 const DiagnosticPrinter* getPrinter() const { return m_pPrinter; }
69 DiagnosticPrinter* getPrinter() { return m_pPrinter; }
72 DiagnosticPrinter* takePrinter() {
140 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;
49 mcld::DiagnosticPrinter* m_pPrinter;
H A DUniqueGCFactoryBaseTest.h14 #include <mcld/LD/DiagnosticPrinter.h>
/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp11 #include <mcld/LD/DiagnosticPrinter.h>
32 DiagnosticPrinter* pPrinter)
38 DiagnosticPrinter* printer = new TextDiagnosticPrinter(mcld::errs(), pConfig);
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h16 class DiagnosticPrinter;
20 DiagnosticPrinter* pPrinter = NULL);

Completed in 2448 milliseconds