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 26 m_pMemArea(NULL),
38 m_pMemArea(NULL),
53 m_pMemArea(NULL),
69 m_pMemArea(NULL),
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 111 { m_pMemArea = pMemArea; }
114 { return (NULL != m_pMemArea); }
116 const MemoryArea* memArea() const { return m_pMemArea; }
117 MemoryArea* memArea() { return m_pMemArea; }
137 MemoryArea* m_pMemArea;

Completed in 78 milliseconds