Home
last modified time | relevance | path

Searched refs:COMDAT (Results 1 – 8 of 8) sorted by relevance

/third_party/libffi/src/x86/
Dsysv.S794 # define COMDAT(X) \ macro
799 # define COMDAT(X) \ macro
804 # define COMDAT(X) macro
808 COMDAT(C(__x86.get_pc_thunk.bx))
814 COMDAT(C(__x86.get_pc_thunk.dx))
Dsysv_intel.S733 # define COMDAT(X) \ macro
738 # define COMDAT(X) \ macro
743 # define COMDAT(X) macro
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake85 # on Win64, every COMDAT function creates at least 3 sections: .text, .pdata,
/third_party/boost/libs/phoenix/
DChangeLog167 This removes a COMDAT error which does not occur with boost/bind.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp760 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local
789 return Ctx.getELFSection(Name, Type, Flags, 0, COMDAT); in getStaticStructorSection()
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk4057 …to half in MSVC compilers in Debug mode. Toolchains without Identical COMDAT Folding (ICF) should …
/third_party/libffi/
DChangeLog4141 * Solaris/x86 /bin/as has different COMDAT syntax; I've disabled it for
/third_party/python/Misc/
DHISTORY7102 - Issue #8847: Disable COMDAT folding in Windows PGO builds.