Searched refs:RangeListEntry (Results 1 – 5 of 5) sorted by relevance
26 struct RangeListEntry { struct61 std::vector<RangeListEntry> Entries; argument69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
30 struct RangeListEntry : public DWARFListEntryBase { struct48 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
19 bool DWARFDebugRangeList::RangeListEntry::isBaseAddressSelectionEntry( in isBaseAddressSelectionEntry()45 RangeListEntry Entry; in extract()82 for (const RangeListEntry &RLE : Entries) in dump()93 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()
20 Error RangeListEntry::extract(DWARFDataExtractor Data, uint64_t *OffsetPtr) { in extract()101 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()175 void RangeListEntry::dump( in dump()180 auto PrintRawEntry = [](raw_ostream &OS, const RangeListEntry &Entry, in dump()
667 using RangeListEntry = Variable::RangeList::Entry; in GetCorrespondingFrameData() typedef668 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()674 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()684 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()