Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h71 using LVTagOffsetsMap = std::map<dwarf::Tag, LVOffsetList *>; variable
431 LVTagOffsetsMap DebugTags;
493 deleteList<LVTagOffsetsMap>(DebugTags); in ~LVScopeCompileUnit()
558 const LVTagOffsetsMap &getDebugTags() const { return DebugTags; } in getDebugTags()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1359 addItem<LVTagOffsetsMap, LVOffsetList, dwarf::Tag, LVOffset>(&DebugTags, in addDebugTag()
1493 for (LVTagOffsetsMap::const_reference Entry : DebugTags) { in printWarnings()