Home
last modified time | relevance | path

Searched refs:pAttr (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp19 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()
DAttributeSet.cpp35 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() argument
51 m_AttrSet.push_back(&pAttr); in record()
/frameworks/compile/mclinker/include/mcld/MC/
DAttributeSet.h46 Attribute* exists(const Attribute& pAttr) const;
49 void record(Attribute& pAttr);
DInput.h48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);
57 const AttributeProxy& pAttr,
DAttribute.h131 bool isLegal(const Attribute& pAttr) const;