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

Declarations

include/llvm/DebugInfo/CodeView/TypeHashing.h
   93   static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData,

References

include/llvm/DebugInfo/CodeView/TypeHashing.h
  104     return hashType(Type.RecordData, PreviousTypes, PreviousIds);
  114       GloballyHashedType H = hashType(R, Hashes, Hashes);
  130           GloballyHashedType H = hashType(R, Hashes, Hashes);
  159       Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes));
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   89       GloballyHashedType::hashType(Record, SeenHashes, SeenHashes);