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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 28 const MipsGNULDBackend& m_pParent;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 54 void setParent(Space& pSpace) { m_pParent = &pSpace; }
89 const Space* parent() const { return m_pParent; }
90 Space* parent() { return m_pParent; }
92 bool hasParent() const { return (NULL != m_pParent); }
109 Space* m_pParent;
Directory.h 145 Directory* m_pParent; // get handler
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 50 const SectionData* getParent() const { return m_pParent; }
51 SectionData* getParent() { return m_pParent; }
53 void setParent(SectionData *pValue) { m_pParent = pValue; }
74 SectionData* m_pParent;

Completed in 854 milliseconds