Searched refs:setAsNeeded (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h96 void setAsNeeded() function in class:mcld::Attribute
204 void setAsNeeded();
/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp130 void AttributeProxy::setAsNeeded() function in class:AttributeProxy
133 copy->setAsNeeded();
H A DCommandAction.cpp154 pBuilder.getAttributes().setAsNeeded();
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy269 { 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); }
H A DGroupCmd.cpp88 m_Builder.getAttributes().setAsNeeded();
H A DScriptFile.cpp234 void ScriptFile::setAsNeeded(bool pEnable) function in class:ScriptFile
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h137 void setAsNeeded(bool pEnable = true);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp248 m_InputBuilder.getAttributes().setAsNeeded();

Completed in 1083 milliseconds