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.h72 using LVTagOffsetsMap = std::map<dwarf::Tag, LVOffsets>; variable
442 LVTagOffsetsMap DebugTags;
570 const LVTagOffsetsMap &getDebugTags() const { return DebugTags; } in getDebugTags()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1357 addItem<LVTagOffsetsMap, dwarf::Tag, LVOffset>(&DebugTags, Target, Offset); in addDebugTag()
1489 for (LVTagOffsetsMap::const_reference Entry : DebugTags) { in printWarnings()