Searched refs:DWARFDebugRangeList (Results 1 – 7 of 7) sorted by relevance
19 bool DWARFDebugRangeList::RangeListEntry::isBaseAddressSelectionEntry( in isBaseAddressSelectionEntry()25 void DWARFDebugRangeList::clear() { in clear()31 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, in extract()67 void DWARFDebugRangeList::dump(raw_ostream &OS) const { in dump()87 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges()
378 DWARFDebugRangeList &RangeList) const { in extractRangeList()669 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
1250 DWARFDebugRangeList rangeList; in dump()
24 class DWARFDebugRangeList {64 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
40 class DWARFDebugRangeList; variable401 DWARFDebugRangeList &RangeList) const;
21 llvm::DWARFDebugRangeList extracted_list; in Extract()
586 SRCS_MIN+= DebugInfo/DWARF/DWARFDebugRangeList.cpp