Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h70 using LVTagOffsetsMap = std::map<dwarf::Tag, LVOffsets>; variable
434 LVTagOffsetsMap DebugTags;
559 const LVTagOffsetsMap &getDebugTags() const { return DebugTags; } in getDebugTags()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1346 addItem<LVTagOffsetsMap, dwarf::Tag, LVOffset>(&DebugTags, Target, Offset); in addedElement()
1478 for (LVTagOffsetsMap::const_reference Entry : DebugTags) { in printWarnings()