Home
last modified time | relevance | path

Searched refs:RangeListEntry (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h26 struct RangeListEntry { struct
61 std::vector<RangeListEntry> Entries; argument
69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
H A DDWARFDebugRnglists.h30 struct RangeListEntry : public DWARFListEntryBase { struct
48 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp19 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()
H A DDWARFDebugRnglists.cpp20 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()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp667 using RangeListEntry = Variable::RangeList::Entry; in GetCorrespondingFrameData() typedef
668 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()