Searched refs:pPrinter (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp27 DiagnosticPrinter* pPrinter)
33 if (NULL != pPrinter)
34 g_pEngine->setPrinter(*pPrinter, false);
25 InitializeDiagnosticEngine(const mcld::MCLDInfo& pLDInfo, DiagnosticLineInfo* pLineInfo, DiagnosticPrinter* pPrinter) argument
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp42 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter, argument
47 m_pPrinter = &pPrinter;
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h25 DiagnosticPrinter* pPrinter);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h68 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);

Completed in 71 milliseconds