Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp861 auto ItInsertedPair = DXCUniquingMap.try_emplace(Section); in getDXContainerSection() local
862 if (!ItInsertedPair.second) in getDXContainerSection()
863 return ItInsertedPair.first->second; in getDXContainerSection()
865 auto MapIt = ItInsertedPair.first; in getDXContainerSection()