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.h166 using LVSecondMapType = std::map<SecondKeyType, ValueType>; variable
168 std::map<FirstKeyType, std::unique_ptr<LVSecondMapType>>;
178 auto SecondMapSP = std::make_unique<LVSecondMapType>(); in add()
182 LVSecondMapType *SecondMap = FirstIter->second.get(); in add()
193 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap()
202 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
206 typename LVSecondMapType::const_iterator SecondIter = in find()
224 LVSecondMapType &SecondMap = *FirstEntry.second; in find()
225 for (typename LVSecondMapType::const_reference SecondEntry : SecondMap) in find()