Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h140 auto HashIt = Hashes.begin(); in hashTypes() local
142 if (HashIt->empty()) { in hashTypes()
147 *HashIt = H; in hashTypes()
149 ++HashIt; in hashTypes()