Home
last modified time | relevance | path

Searched refs:unsetAsNeeded (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
DAttribute.h86 void unsetAsNeeded() { m_AsNeeded = false; } in unsetAsNeeded() function
174 void unsetAsNeeded();
/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp126 void AttributeProxy::unsetAsNeeded() { in unsetAsNeeded() function in mcld::AttributeProxy
128 copy->unsetAsNeeded(); in unsetAsNeeded()
DCommandAction.cpp163 pBuilder.getAttributes().unsetAsNeeded(); in activate()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonEmulation.cpp33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateHexagonELF()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Emulation.cpp33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateAArch64ELF()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp32 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateARMELF()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp36 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateMipsELF()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp41 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateX86ELF()
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp91 m_Builder.getAttributes().unsetAsNeeded(); in activate()
DInputCmd.cpp102 m_Builder.getAttributes().unsetAsNeeded(); in activate()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp249 m_InputBuilder.getAttributes().unsetAsNeeded(); in NoAsNeeded()