Searched refs:DWARFDebugRangeList (Results 1 – 9 of 9) sorted by relevance
16 void DWARFDebugRangeList::clear() { in clear()22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()47 void DWARFDebugRangeList::dump(raw_ostream &OS) const { in dump()58 DWARFDebugRangeList::getAbsoluteRanges(uint64_t BaseAddress) const { in getAbsoluteRanges()
14 DWARFDebugRangeList.cpp
16 DWARFDebugRangeList.cpp \
121 DWARFDebugRangeList &RangeList) const { in extractRangeList()
344 DWARFDebugRangeList RangeList; in getAddressRanges()
218 DWARFDebugRangeList rangeList; in dump()
23 class DWARFDebugRangeList {65 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
190 DWARFDebugRangeList &RangeList) const;
533 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,717 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()2821 DWARFDebugRangeList RangeList; in patchRangesForUnit()2843 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()