Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h124 bool UnresolvedRecords = false; in hashTypes() local
128 UnresolvedRecords = true; in hashTypes()
137 while (UnresolvedRecords) { in hashTypes()
138 UnresolvedRecords = false; in hashTypes()
144 UnresolvedRecords = true; in hashTypes()