OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pMemArea
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/MC/
MCLDInput.cpp
26
m_pMemArea
(NULL),
37
m_pMemArea
(NULL),
51
m_pMemArea
(NULL),
66
m_pMemArea
(NULL),
74
if (NULL !=
m_pMemArea
)
75
m_pMemArea
->clear();
/frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h
107
{
m_pMemArea
= pMemArea; }
110
{ return (NULL !=
m_pMemArea
); }
112
const MemoryArea* memArea() const { return
m_pMemArea
; }
113
MemoryArea* memArea() { return
m_pMemArea
; }
132
MemoryArea*
m_pMemArea
;
Completed in 80 milliseconds