Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h155 void add(FirstKeyType FirstKey, SecondKeyType SecondKey, ValueType Value) { in add() argument
159 SecondMapSP->emplace(SecondKey, Value); in add()
163 if (SecondMap->find(SecondKey) == SecondMap->end()) in add()
164 SecondMap->emplace(SecondKey, Value); in add()
167 typename LVAuxMapType::iterator AuxIter = AuxMap.find(SecondKey); in add()
169 AuxMap.emplace(SecondKey, FirstKey); in add()
181 ValueType find(FirstKeyType FirstKey, SecondKeyType SecondKey) const { in find() argument
187 SecondMap->find(SecondKey); in find()
191 ValueType find(SecondKeyType SecondKey) const { in find() argument
192 typename LVAuxMapType::const_iterator AuxIter = AuxMap.find(SecondKey); in find()
[all …]