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

/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp31 DiagnosticPrinter* pPrinter) {
33 if (pPrinter != NULL)
34 g_pEngine->setPrinter(*pPrinter, false);
30 InitializeDiagnosticEngine(const LinkerConfig& pConfig, DiagnosticPrinter* pPrinter) argument
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp52 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter, argument
56 m_pPrinter = &pPrinter;
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h20 DiagnosticPrinter* pPrinter = NULL);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h67 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);

Completed in 612 milliseconds