Home
last modified time | relevance | path

Searched refs:setSharedSystem (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonEmulation.cpp29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateHexagonELF()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Emulation.cpp29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateAArch64ELF()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp28 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateARMELF()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp32 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateMipsELF()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp37 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateX86ELF()
/frameworks/compile/mclinker/include/mcld/MC/
DAttribute.h123 void setSharedSystem() { m_Static = false; } in setSharedSystem() function