Searched refs:DWARFDebugRangeList (Results 1 – 13 of 13) 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()
19 DWARFDebugRangeList.cpp
366 DWARFDebugRangeList &RangeList) const { in extractRangeList()647 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
605 DWARFDebugRangeList rangeList; in dump()
24 class DWARFDebugRangeList {64 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
41 class DWARFDebugRangeList; variable361 DWARFDebugRangeList &RangeList) const;
26 "DWARFDebugRangeList.cpp",
100 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
128 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
150 DWARFDebugRangeList DwarfRanges; in dumpDebugRanges()
325 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
1577 DWARFDebugRangeList RangeList; in patchRangesForUnit()1604 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()
5163 llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h