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

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

Completed in 716 milliseconds