Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h104 ArrayRef<GloballyHashedType> PreviousTypes,
112 ArrayRef<GloballyHashedType> PreviousTypes, in hashType()
114 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType()
/netbsd-src/external/apache2/llvm/dist/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()