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/
MCLDFile.cpp 21 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(), m_pMemArea(0) {
25 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(pName.data()), m_pMemArea(0) {
31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) {
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDFile.h 77 m_pMemArea = pMemArea;
104 { return (0 != m_pMemArea); }
107 { return m_pMemArea; }
110 { return m_pMemArea; }
117 MemoryArea* m_pMemArea;

Completed in 31 milliseconds