OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pInfoMap
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp
24
m_pInfoMap
(NULL), m_OwnPrinter(false) {
32
delete
m_pInfoMap
;
41
delete
m_pInfoMap
;
42
m_pInfoMap
= new DiagnosticInfos(*m_pConfig);
63
assert(NULL !=
m_pInfoMap
);
64
bool emitted =
m_pInfoMap
->process(*this);
/frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h
131
assert(NULL !=
m_pInfoMap
&& "DiagnosticEngine was not initialized!");
132
return *
m_pInfoMap
;
136
assert(NULL !=
m_pInfoMap
&& "DiagnosticEngine was not initialized!");
137
return *
m_pInfoMap
;
144
DiagnosticInfos*
m_pInfoMap
;
Completed in 32 milliseconds