Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h107 ArrayRef<GloballyHashedType> PreviousTypes,
115 ArrayRef<GloballyHashedType> PreviousTypes, in hashType()
117 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType()