Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/MC/
DInput.h111 { m_pMemArea = pMemArea; } in setMemArea()
114 { return (NULL != m_pMemArea); } in hasMemArea()
116 const MemoryArea* memArea() const { return m_pMemArea; } in memArea()
117 MemoryArea* memArea() { return m_pMemArea; } in memArea()
137 MemoryArea* m_pMemArea; variable
/frameworks/compile/mclinker/lib/MC/
DInput.cpp26 m_pMemArea(NULL), in Input()
38 m_pMemArea(NULL), in Input()
53 m_pMemArea(NULL), in Input()
69 m_pMemArea(NULL), in Input()