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

  /frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
Digraph.h 56 Digraph* m_Parent;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 82 : m_Parent(pParent), m_AttrData(pAttrData) { }
102 ELFAttribute &m_Parent;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 58 : m_Parent(&pParent),
83 return MipsRelocationInfo(*m_Parent, m_Type >> 8, result(), result(), 0);
88 return *m_Parent;
93 return *m_Parent;
127 Relocation* m_Parent;
136 : m_Parent(&pParent),

Completed in 176 milliseconds