Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h158 auto SecondMapSP = std::make_unique<LVSecondMapType>(); in add() local
159 SecondMapSP->emplace(SecondKey, Value); in add()
160 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()