Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h175 void add(FirstKeyType FirstKey, SecondKeyType SecondKey, ValueType Value) { in add() argument
176 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()
180 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()
189 AuxMap.emplace(SecondKey, FirstKey); in add()
193 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap() argument
194 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()
201 ValueType find(FirstKeyType FirstKey, SecondKeyType SecondKey) const { in find() argument
202 LVSecondMapType *SecondMap = findMap(FirstKey); in find()