Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ComdatKey

865     const GlobalValue *ComdatKey = getComdatGVForCOFF(GV);
866 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey))
867 ComdatKey = GA->getBaseObject();
868 if (ComdatKey == GV) {