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

  /frameworks/compile/mclinker/include/mcld/
AttributeOption.h 23 const AttrConstraint& constraint() const { return m_Constraint; }
24 AttrConstraint& constraint() { return m_Constraint; }
28 AttrConstraint m_Constraint;
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
61 if (m_Constraint.isWholeArchive())
68 if (m_Constraint.isAsNeeded())
75 if (m_Constraint.isAddNeeded())
82 if (m_Constraint.isSharedSystem())
89 if (m_Constraint.isSharedSystem())
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 78 Constraint constraint() const { return m_Constraint; }
94 if (m_Constraint != pRHS.m_Constraint)
104 Constraint m_Constraint;
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 185 const AttrConstraint& m_Constraint;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 81 m_Prolog.m_Constraint = OutputSectDesc::NO_CONSTRAINT;
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 367 $$.m_Constraint = $8;

Completed in 91 milliseconds