Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h74 using RangeColl = std::vector<Range>; variable
75 using RangeCollIterator = RangeColl::const_iterator;
78 RangeColl Aranges;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h23 typedef std::vector<RangeToDIE::Entry> RangeColl; typedef