Searched refs:pAttr (Results 1 - 5 of 5) 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);
H A DAttribute.cpp18 bool AttrConstraint::isLegal(const Attribute& pAttr) const
20 if (!isWholeArchive() && pAttr.isWholeArchive()) {
24 if (!isAsNeeded() && pAttr.isAsNeeded()) {
28 if (!isAddNeeded() && pAttr.isAddNeeded()) {
32 if (isStaticSystem() && pAttr.isDynamic()) {
36 if (isStaticSystem() && pAttr.isAsNeeded()) {
41 if (pAttr.isAsNeeded() && pAttr.isStatic()) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeSet.h46 Attribute *exists(const Attribute& pAttr) const;
49 void record(Attribute& pAttr);
H A DInput.h49 const AttributeProxy& pAttr);
58 const AttributeProxy& pAttr,
H A DAttribute.h160 bool isLegal(const Attribute& pAttr) const;

Completed in 172 milliseconds