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

/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp34 Attribute* AttributeSet::exists(const Attribute& pAttr) const
36 if (m_Predefined == pAttr)
42 if (*(*cur) == pAttr) {
50 void AttributeSet::record(mcld::Attribute &pAttr) argument
52 m_AttrSet.push_back(&pAttr);

Completed in 445 milliseconds