Searched refs:m_pBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp50 : m_AttrPool(pParent), m_pBase(&pBase) {
60 return m_pBase->isWholeArchive();
68 return m_pBase->isAsNeeded();
76 return m_pBase->isAddNeeded();
84 return m_pBase->isStatic();
92 return m_pBase->isDynamic();
114 Attribute *copy = new Attribute(*m_pBase);
116 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
121 Attribute *copy = new Attribute(*m_pBase);
123 ReplaceOrRecord(m_AttrPool, m_pBase, cop
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h203 { return m_pBase; }
206 { return m_pBase; }
222 { m_pBase = pBase; }
226 Attribute *m_pBase; member in class:mcld::AttributeProxy

Completed in 459 milliseconds