Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h77 using RangeColl = std::vector<Range>; variable
78 using RangeCollIterator = RangeColl::const_iterator;
81 RangeColl Aranges;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h24 typedef std::vector<RangeToDIE::Entry> RangeColl;
23 typedef std::vector<RangeToDIE::Entry> RangeColl; global() typedef