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

References

include/llvm/IR/ModuleSummaryIndex.h
 1273   const TypeIdSummaryMapTy &typeIds() const { return TypeIdMap; }
 1279     auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
 1283     auto It = TypeIdMap.insert(
 1291     auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
include/llvm/IR/ModuleSummaryIndexYAML.h
  276     io.mapOptional("TypeIdMap", index.TypeIdMap);