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

References

lib/Object/Minidump.cpp
  138     if (Type == StreamType::Unused && Loc.DataSize == 0) {
  144     if (Type == DenseMapInfo<StreamType>::getEmptyKey() ||
  145         Type == DenseMapInfo<StreamType>::getTombstoneKey())
  149     if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second)