Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h167 using LVFirstMapType = variable
171 LVFirstMapType FirstMap;
176 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()
194 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()
223 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()