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.h151 LVFirstMapType FirstMap; variable
156 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()
157 if (FirstIter == FirstMap.end()) { in add()
160 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()
174 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()
175 if (FirstIter == FirstMap.end()) in findMap()
201 if (FirstMap.empty()) in find()
203 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()