For users like llvm-dsymutil that want to have access to the encoded
debug_ranges entries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232230
91177308-0d34-0410-b5e6-
96231b3b80d8
void clear();
void dump(raw_ostream &OS) const;
bool extract(DataExtractor data, uint32_t *offset_ptr);
+ const std::vector<RangeListEntry> &getEntries() { return Entries; }
+
/// getAbsoluteRanges - Returns absolute address ranges defined by this range
/// list. Has to be passed base address of the compile unit referencing this
/// range list.