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.h94 void setMemArea(MemoryArea* pMemArea) { m_pMemArea = pMemArea; } in setMemArea()
96 bool hasMemArea() const { return (m_pMemArea != NULL); } in hasMemArea()
98 const MemoryArea* memArea() const { return m_pMemArea; } in memArea()
99 MemoryArea* memArea() { return m_pMemArea; } in memArea()
117 MemoryArea* m_pMemArea; variable
/frameworks/compile/mclinker/lib/MC/
DInput.cpp27 m_pMemArea(NULL), in Input()
39 m_pMemArea(NULL), in Input()
54 m_pMemArea(NULL), in Input()
70 m_pMemArea(NULL), in Input()