Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp518 using RangeListEntry = Variable::RangeList::Entry; in GetCorrespondingFrameData() typedef
519 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()
525 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
535 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h93 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
H A DDWARFLinker.h145 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
/freebsd-13.1/contrib/llvm-project/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()