Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp50 auto RefData = RecordData.slice(Ref.Offset, Ref.Count * sizeof(TypeIndex)); in hashType() local
54 reinterpret_cast<const TypeIndex *>(RefData.data()), Ref.Count); in hashType()