reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/WholeProgramDevirt.cpp
  274     return DenseMapInfo<Metadata *>::getHashValue(I.TypeID) ^
  279     return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
  279     return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
 1053   if (isa<MDString>(Slot.TypeID)) {
 1227   OS << cast<MDString>(Slot.TypeID)->getString() << '_' << Slot.ByteOffset;
 1679   auto *TypeId = dyn_cast<MDString>(Slot.TypeID);
 1863     if (tryFindVirtualCallTargets(TargetsForSlot, TypeIdMap[S.first.TypeID],
 1866       if (ExportSummary && isa<MDString>(S.first.TypeID))
 1869                        cast<MDString>(S.first.TypeID)->getString())
 1890     if (ExportSummary && isa<MDString>(S.first.TypeID)) {
 1892           GlobalValue::getGUID(cast<MDString>(S.first.TypeID)->getString());