Home
last modified time | relevance | path

Searched refs:m_pLineInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DDiagnosticEngine.cpp23 : m_pConfig(NULL), m_pLineInfo(NULL), m_pPrinter(NULL), in DiagnosticEngine()
35 delete m_pLineInfo; in ~DiagnosticEngine()
48 m_pLineInfo = &pLineInfo; in setLineInfo()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnosticEngine.h142 DiagnosticLineInfo* m_pLineInfo; variable