Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h180 LVFirstMapType FirstMap; variable
186 for (auto &Entry : FirstMap) in ~LVDoubleMap()
192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()
193 if (FirstIter == FirstMap.end()) { in add()
195 FirstMap.emplace(FirstKey, SecondMap); in add()
211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()
212 if (FirstIter == FirstMap.end()) in findMap()
239 if (FirstMap.empty()) in find()
241 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()