Lines Matching defs:CtorComdat
921 void instrumentGlobals(IRBuilder<> &IRB, bool *CtorComdat);
2498 // Sets *CtorComdat to true if the global registration code emitted into the
2501 bool *CtorComdat) {
2662 *CtorComdat = true;
2667 *CtorComdat = TargetTriple.isOSBinFormatELF();
2669 *CtorComdat = false;
2753 bool CtorComdat = true;
2758 instrumentGlobals(IRB, &CtorComdat);
2761 instrumentGlobals(IRB, &CtorComdat);
2770 if (UseCtorComdat && TargetTriple.isOSBinFormatELF() && CtorComdat) {