Searched defs:pPrinter (Results 1 - 2 of 2) 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;

Completed in 1111 milliseconds