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

  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 96 void setAsNeeded()
204 void setAsNeeded();
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 130 void AttributeProxy::setAsNeeded()
133 copy->setAsNeeded();
CommandAction.cpp 154 pBuilder.getAttributes().setAsNeeded();
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 269 { m_ScriptFile.setAsNeeded(true); }
271 { m_ScriptFile.setAsNeeded(false); }
273 { m_ScriptFile.setAsNeeded(true); }
275 { m_ScriptFile.setAsNeeded(false); }
277 { m_ScriptFile.setAsNeeded(true); }
279 { m_ScriptFile.setAsNeeded(false); }
GroupCmd.cpp 88 m_Builder.getAttributes().setAsNeeded();
ScriptFile.cpp 234 void ScriptFile::setAsNeeded(bool pEnable)
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 137 void setAsNeeded(bool pEnable = true);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 248 m_InputBuilder.getAttributes().setAsNeeded();

Completed in 827 milliseconds