Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h146 using LVSecondMapType = std::map<SecondKeyType, ValueType>; variable
148 std::map<FirstKeyType, std::unique_ptr<LVSecondMapType>>;
158 auto SecondMapSP = std::make_unique<LVSecondMapType>(); in add()
162 LVSecondMapType *SecondMap = FirstIter->second.get(); in add()
173 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap()
182 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
186 typename LVSecondMapType::const_iterator SecondIter = in find()
204 LVSecondMapType &SecondMap = *FirstEntry.second; in find()
205 for (typename LVSecondMapType::const_reference SecondEntry : SecondMap) in find()