Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp51 auto RefData = RecordData.slice(Ref.Offset, Ref.Count * sizeof(TypeIndex)); in hashType() local
55 reinterpret_cast<const TypeIndex *>(RefData.data()), Ref.Count); in hashType()