Home
last modified time | relevance | path

Searched refs:PreviousTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp34 ArrayRef<GloballyHashedType> PreviousTypes, in hashType() argument
48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h106 ArrayRef<GloballyHashedType> PreviousTypes,
114 ArrayRef<GloballyHashedType> PreviousTypes, in hashType()
116 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType()