Searched refs:DWARFDebugRangeList (Results 1 – 10 of 10) sorted by relevance
19 void DWARFDebugRangeList::clear() { in clear()25 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, in extract()60 void DWARFDebugRangeList::dump(raw_ostream &OS) const { in dump()70 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges()
376 DWARFDebugRangeList &RangeList) const { in extractRangeList()612 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
599 DWARFDebugRangeList rangeList; in dump()
22 class DWARFDebugRangeList {67 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
349 DWARFDebugRangeList &RangeList) const;
93 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
145 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
312 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
1536 DWARFDebugRangeList RangeList; in patchRangesForUnit()1563 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()
499 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugRangeList.cpp