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

References

include/llvm/DebugInfo/CodeView/TypeHashing.h
  158     Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) {
  159       Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes));
  159       Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes));
  159       Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes));
  161     return Hashes;