Home
last modified time | relevance | path

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

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