HomeSort by relevance Sort by last modified time
    Searched refs:AttrConstraint (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/
AttributeOption.h 24 const AttrConstraint& constraint() const { return m_Constraint; }
25 AttrConstraint& constraint() { return m_Constraint; }
29 AttrConstraint m_Constraint;
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 115 /** \class AttrConstraint
127 class AttrConstraint : public AttributeBase
183 const AttrConstraint& pConstraint);
216 const AttrConstraint& m_Constraint;
InputBuilder.h 25 class AttrConstraint;
80 const AttrConstraint& getConstraint() const;
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 16 // AttrConstraint
18 bool AttrConstraint::isLegal(const Attribute& pAttr) const
53 const AttrConstraint& pConstraint)
InputBuilder.cpp 145 const AttrConstraint& InputBuilder::getConstraint() const

Completed in 217 milliseconds