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

  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
64 return m_pBase->isWholeArchive();
72 return m_pBase->isAsNeeded();
80 return m_pBase->isAddNeeded();
88 return m_pBase->isStatic();
96 return m_pBase->isDynamic();
118 Attribute *copy = new Attribute(*m_pBase);
120 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
125 Attribute *copy = new Attribute(*m_pBase);
127 ReplaceOrRecord(m_AttrPool, m_pBase, copy)
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 199 { return m_pBase; }
215 const Attribute *m_pBase;

Completed in 85 milliseconds