Home
last modified time | relevance | path

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

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