Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h24 struct RangeListEntry { struct
64 std::vector<RangeListEntry> Entries; argument
72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
H A DDWARFDebugRnglists.h28 struct RangeListEntry : public DWARFListEntryBase { struct
45 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp38 RangeListEntry Entry; in extract()
61 for (const RangeListEntry &RLE : Entries) { in dump()
76 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h93 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
H A DDWARFLinker.h145 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp312 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
H A DDWARFLinker.cpp1563 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()