Lines Matching defs:UseGlobalsGC
868 bool UseGlobalsGC = true, bool UseOdrIndicator = true,
877 UseGlobalsGC(UseGlobalsGC && ClUseGlobalsGC && !this->CompileKernel),
888 // and both suffer from gold PR19002 for which UseGlobalsGC constructor
892 UseCtorComdat(UseGlobalsGC && ClWithComdat && !this->CompileKernel),
951 bool UseGlobalsGC;
2663 if (UseGlobalsGC && TargetTriple.isOSBinFormatELF()) {
2672 // When UseGlobalsGC is false, COMDAT can still be used if n == 0, because
2677 if (UseGlobalsGC && TargetTriple.isOSBinFormatCOFF()) {
2679 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) {