Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h93 ArrayRef<GloballyHashedType> PreviousTypes,
101 ArrayRef<GloballyHashedType> PreviousTypes, in hashType()
103 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp35 ArrayRef<GloballyHashedType> PreviousTypes, in hashType() argument
49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()