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

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h46 AttributeBase(const AttributeBase& pBase) argument
47 : m_WholeArchive(pBase.m_WholeArchive),
48 m_AsNeeded(pBase.m_AsNeeded),
49 m_AddNeeded(pBase.m_AddNeeded),
50 m_Static(pBase.m_Static)
187 explicit AttributeProxy(AttributeFactory& pParent, Attribute& pBase);
221 void change(Attribute* pBase) argument
222 { m_pBase = pBase; }
/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp49 AttributeProxy::AttributeProxy(AttributeFactory& pParent, Attribute& pBase) argument
50 : m_AttrPool(pParent), m_pBase(&pBase) {
98 Attribute *&pBase,
104 pBase = pCopy;
108 pBase = result;
97 ReplaceOrRecord(AttributeFactory& pParent, Attribute *&pBase, Attribute *&pCopy) argument

Completed in 2943 milliseconds