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

/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp32 DiagnosticPrinter* pPrinter)
35 if (NULL != pPrinter)
36 g_pEngine->setPrinter(*pPrinter, false);
31 InitializeDiagnosticEngine(const mcld::LinkerConfig& pConfig, DiagnosticPrinter* pPrinter) argument
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp51 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter, argument
56 m_pPrinter = &pPrinter;
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h23 DiagnosticPrinter* pPrinter = NULL);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h69 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);

Completed in 539 milliseconds