Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h177 using LVFirstMapType = std::map<FirstKeyType, LVSecondMapType *>; variable
180 LVFirstMapType FirstMap;
192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()
211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()
241 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()