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

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp52 const Attribute& pBase,
54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
96 const Attribute*& pBase,
101 pBase = pCopy;
104 pBase = result;
156 AttributeProxy& AttributeProxy::assign(Attribute* pBase) { argument
157 m_pBase = pBase;
51 AttributeProxy(AttributeSet& pParent, const Attribute& pBase, const AttrConstraint& pConstraint) argument
95 ReplaceOrRecord(AttributeSet& pParent, const Attribute*& pBase, Attribute*& pCopy) argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h39 AttributeBase(const AttributeBase& pBase) argument
40 : m_WholeArchive(pBase.m_WholeArchive),
41 m_AsNeeded(pBase.m_AsNeeded),
42 m_AddNeeded(pBase.m_AddNeeded),
43 m_Static(pBase.m_Static) {}
152 const Attribute& pBase,
180 AttributeProxy& assign(Attribute* pBase);

Completed in 2522 milliseconds