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

  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 151 : m_pParent(pParent),
157 : m_pParent(pCopy.m_pParent),
168 if (m_pParent == 0) // end
175 if (m_pParent == 0) // end
182 m_pParent = pCopy.m_pParent;
190 if (0 == m_pParent)
196 if (m_pParent->m_Cache.end() == m_Iter) {
197 if (!m_pParent->m_CacheFull)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 29 m_pParent(pParent)
80 m_pParent.getGOT().getTotalNum() +
81 m_pParent.getGOT().getLocalNum();
89 return m_pParent.getGOT().getLocalNum();
MipsELFDynamic.h 28 const MipsGNULDBackend& m_pParent;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 93 : m_pParent(NULL),
102 : m_pParent(pParent),
114 { m_pParent->write(*this); }
117 MemoryArea* m_pParent;
Directory.h 146 Directory* m_pParent; // get handler

Completed in 71 milliseconds