Home
last modified time | relevance | path

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

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