reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);