Home
last modified time | relevance | path

Searched refs:unsetWholeArchive (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h82 void unsetWholeArchive() { m_WholeArchive = false; } in unsetWholeArchive() function
172 void unsetWholeArchive();
/aosp12/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp114 void AttributeProxy::unsetWholeArchive() { in unsetWholeArchive() function in mcld::AttributeProxy
116 copy->unsetWholeArchive(); in unsetWholeArchive()
H A DCommandAction.cpp139 pBuilder.getAttributes().unsetWholeArchive(); in activate()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEmulation.cpp32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateHexagonELF()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Emulation.cpp32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateAArch64ELF()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMEmulation.cpp31 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateARMELF()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp35 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateMipsELF()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp40 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateX86ELF()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp242 m_InputBuilder.getAttributes().unsetWholeArchive(); in NoWholeArchive()