Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DDiagnosticPrinter.cpp16 DiagnosticPrinter::DiagnosticPrinter() : m_NumErrors(0), m_NumWarnings(0) { in DiagnosticPrinter() function in mcld::DiagnosticPrinter
19 DiagnosticPrinter::~DiagnosticPrinter() { in ~DiagnosticPrinter()
25 void DiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity, in handleDiagnostic()
DDiagnosticEngine.cpp52 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter, in setPrinter()
DAndroid.mk18 DiagnosticPrinter.cpp \
DTextDiagnosticPrinter.cpp48 DiagnosticPrinter::handleDiagnostic(pSeverity, pInfo); in handleDiagnostic()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnosticEngine.h20 class DiagnosticPrinter; variable
67 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);
69 const DiagnosticPrinter* getPrinter() const { return m_pPrinter; } in getPrinter()
70 DiagnosticPrinter* getPrinter() { return m_pPrinter; } in getPrinter()
72 DiagnosticPrinter* takePrinter() { in takePrinter()
136 DiagnosticPrinter* m_pPrinter;
DDiagnosticPrinter.h21 class DiagnosticPrinter {
23 DiagnosticPrinter();
25 virtual ~DiagnosticPrinter();
DTextDiagnosticPrinter.h22 class TextDiagnosticPrinter : public DiagnosticPrinter {
/frameworks/compile/mclinker/unittests/
DStaticResolverTest.h19 class DiagnosticPrinter; variable
47 mcld::DiagnosticPrinter* m_pPrinter;
/frameworks/compile/mclinker/lib/Support/
DMsgHandling.cpp31 DiagnosticPrinter* pPrinter) { in InitializeDiagnosticEngine()
36 DiagnosticPrinter* printer = in InitializeDiagnosticEngine()
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h16 class DiagnosticPrinter; variable
20 DiagnosticPrinter* pPrinter = NULL);