Searched refs:COMDAT (Results 1 – 8 of 8) sorted by relevance
794 # define COMDAT(X) \ macro799 # define COMDAT(X) \ macro804 # define COMDAT(X) macro808 COMDAT(C(__x86.get_pc_thunk.bx))814 COMDAT(C(__x86.get_pc_thunk.dx))
733 # define COMDAT(X) \ macro738 # define COMDAT(X) \ macro743 # define COMDAT(X) macro
85 # on Win64, every COMDAT function creates at least 3 sections: .text, .pdata,
167 This removes a COMDAT error which does not occur with boost/bind.
760 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local789 return Ctx.getELFSection(Name, Type, Flags, 0, COMDAT); in getStaticStructorSection()
4057 …to half in MSVC compilers in Debug mode. Toolchains without Identical COMDAT Folding (ICF) should …
4141 * Solaris/x86 /bin/as has different COMDAT syntax; I've disabled it for
7102 - Issue #8847: Disable COMDAT folding in Windows PGO builds.