Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h105 DWARFRangeList &rangeList, int &decl_file, int &decl_line,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp605 DWARFDebugRangeList rangeList; in dump() local
607 if (Error E = rangeList.extract(rangesData, &offset)) { in dump()
611 rangeList.dump(OS); in dump()