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 24 const AttrConstraint& constraint() const { return m_Constraint; }
25 AttrConstraint& constraint() { return m_Constraint; }
29 AttrConstraint m_Constraint;
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
63 if (m_Constraint.isWholeArchive())
71 if (m_Constraint.isAsNeeded())
79 if (m_Constraint.isAddNeeded())
87 if (m_Constraint.isSharedSystem())
95 if (m_Constraint.isSharedSystem())
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 84 Constraint constraint() const { return m_Constraint; }
100 if (m_Constraint != pRHS.m_Constraint)
110 Constraint m_Constraint;
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 216 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 356 $$.m_Constraint = $8;

Completed in 100 milliseconds