reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
226 unsigned getComdatID(const Comdat *C) const;
1291 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); 1328 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);