Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonEmulation.cpp28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateHexagonELF()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Emulation.cpp28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateAArch64ELF()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp27 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateARMELF()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp31 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateMipsELF()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp36 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateX86ELF()
/frameworks/compile/mclinker/include/mcld/MC/
DAttribute.h115 void enableAsNeeded() { m_AsNeeded = true; } in enableAsNeeded() function