reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2340   DWARFRangeList func_ranges;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   41     DWARFRangeList ranges;
   50         const DWARFRangeList::Entry &range = ranges.GetEntryRef(i);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  443     const char *&name, const char *&mangled, DWARFRangeList &ranges,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
   93                             DWARFRangeList &ranges, int &decl_file,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
   90       const DWARFUnit *cu, DWARFRangeList &ranges, bool check_hi_lo_pc,
  116       DWARFRangeList &rangeList, int &decl_file, int &decl_line,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
   30   DWARFRangeList range_list;
   42                                DWARFRangeList &range_list) {
  111                                   DWARFRangeList &range_list) const {
  206                                     DWARFRangeList &range_list) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
   26                           DWARFRangeList &range_list) const = 0;
   35                   DWARFRangeList &range_list) const override;
   43                DWARFRangeList &range_list);
   45   typedef std::map<dw_offset_t, DWARFRangeList> range_map;
   62                   DWARFRangeList &range_list) const override;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  219   llvm::Expected<DWARFRangeList> FindRnglistFromOffset(dw_offset_t offset) const;
  224   llvm::Expected<DWARFRangeList> FindRnglistFromIndex(uint32_t index) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1104       DWARFRangeList ranges;
 1136           const DWARFRangeList::Entry &range = ranges.GetEntryRef(i);