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

/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h84 void setAsNeeded() { m_AsNeeded = true; } function in class:mcld::Attribute
173 void setAsNeeded();
/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp120 void AttributeProxy::setAsNeeded() { function in class:mcld::AttributeProxy
122 copy->setAsNeeded();
H A DCommandAction.cpp151 pBuilder.getAttributes().setAsNeeded();
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy280 { m_ScriptFile.setAsNeeded(true); }
282 { m_ScriptFile.setAsNeeded(false); }
284 { m_ScriptFile.setAsNeeded(true); }
286 { m_ScriptFile.setAsNeeded(false); }
288 { m_ScriptFile.setAsNeeded(true); }
290 { m_ScriptFile.setAsNeeded(false); }
H A DGroupCmd.cpp89 m_Builder.getAttributes().setAsNeeded();
H A DInputCmd.cpp100 m_Builder.getAttributes().setAsNeeded();
H A DScriptFile.cpp230 void ScriptFile::setAsNeeded(bool pEnable) { function in class:mcld::ScriptFile
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h147 void setAsNeeded(bool pEnable = true);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp245 m_InputBuilder.getAttributes().setAsNeeded();

Completed in 129 milliseconds