Home
last modified time | relevance | path

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

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