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 \
105 DWARFDebugRangeList &RangeList) const { in extractRangeList()
343 DWARFDebugRangeList RangeList; in getAddressRanges()
200 DWARFDebugRangeList rangeList; in dump()
23 class DWARFDebugRangeList {65 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
182 DWARFDebugRangeList &RangeList) const;
434 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,601 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()2198 DWARFDebugRangeList RangeList; in patchRangesForUnit()2219 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()