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 27 const AttrConstraint& constraint() const { return m_Constraint; }
28 AttrConstraint& constraint() { return m_Constraint; }
32 AttrConstraint m_Constraint;
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 118 /** \class AttrConstraint
130 class AttrConstraint : public AttributeBase
186 const AttrConstraint& pConstraint);
219 const AttrConstraint& m_Constraint;
InputBuilder.h 28 class AttrConstraint;
84 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 149 const AttrConstraint& InputBuilder::getConstraint() const

Completed in 166 milliseconds