Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h171 LVFirstMapType FirstMap; variable
176 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()
177 if (FirstIter == FirstMap.end()) { in add()
180 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()
194 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()
195 if (FirstIter == FirstMap.end()) in findMap()
221 if (FirstMap.empty()) in find()
223 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()