Home
last modified time | relevance | path

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

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