Searched refs:pAttr (Results 1 – 5 of 5) sorted by relevance
19 bool AttrConstraint::isLegal(const Attribute& pAttr) const { in isLegal()20 if (!isWholeArchive() && pAttr.isWholeArchive()) { in isLegal()24 if (!isAsNeeded() && pAttr.isAsNeeded()) { in isLegal()28 if (!isAddNeeded() && pAttr.isAddNeeded()) { in isLegal()32 if (isStaticSystem() && pAttr.isDynamic()) { in isLegal()36 if (isStaticSystem() && pAttr.isAsNeeded()) { in isLegal()41 if (pAttr.isAsNeeded() && pAttr.isStatic()) { in isLegal()
35 Attribute* AttributeSet::exists(const Attribute& pAttr) const { in exists()36 if (m_Predefined == pAttr) in exists()42 if (*(*cur) == pAttr) { in exists()50 void AttributeSet::record(mcld::Attribute& pAttr) { in record() argument51 m_AttrSet.push_back(&pAttr); in record()
46 Attribute* exists(const Attribute& pAttr) const;49 void record(Attribute& pAttr);
48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);57 const AttributeProxy& pAttr,
131 bool isLegal(const Attribute& pAttr) const;