Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h139 auto HashIt = Hashes.begin(); in hashTypes() local
141 if (HashIt->empty()) { in hashTypes()
146 *HashIt = H; in hashTypes()
148 ++HashIt; in hashTypes()