Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h25 struct RangeListEntry { struct
66 std::vector<RangeListEntry> Entries; argument
74 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
H A DDWARFDebugRnglists.h30 struct RangeListEntry : public DWARFListEntryBase { struct
47 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp39 RangeListEntry Entry; in extract()
62 for (const RangeListEntry &RLE : Entries) { in dump()
74 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()
H A DDWARFDebugRnglists.cpp20 Error RangeListEntry::extract(DWARFDataExtractor Data, uint32_t End, in extract()
120 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()
175 void RangeListEntry::dump( in dump()
180 auto PrintRawEntry = [](raw_ostream &OS, const RangeListEntry &Entry, in dump()