HomeSort by relevance Sort by last modified time
    Searched refs:m_pMemArea (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/MC/
Input.cpp 27 m_pMemArea(NULL),
39 m_pMemArea(NULL),
54 m_pMemArea(NULL),
70 m_pMemArea(NULL),
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 94 void setMemArea(MemoryArea* pMemArea) { m_pMemArea = pMemArea; }
96 bool hasMemArea() const { return (m_pMemArea != NULL); }
98 const MemoryArea* memArea() const { return m_pMemArea; }
99 MemoryArea* memArea() { return m_pMemArea; }
117 MemoryArea* m_pMemArea;

Completed in 51 milliseconds