Lines Matching defs:UseGlobalsGC
874 bool UseGlobalsGC = true, bool UseOdrIndicator = true,
884 UseGlobalsGC(UseGlobalsGC && ClUseGlobalsGC && !this->CompileKernel),
895 // and both suffer from gold PR19002 for which UseGlobalsGC constructor
899 UseCtorComdat(UseGlobalsGC && ClWithComdat && !this->CompileKernel),
960 bool UseGlobalsGC;
2657 if (UseGlobalsGC && TargetTriple.isOSBinFormatELF()) {
2665 // When UseGlobalsGC is false, COMDAT can still be used if n == 0, because
2670 if (UseGlobalsGC && TargetTriple.isOSBinFormatCOFF()) {
2672 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) {