Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugRanges.cpp18 DWARFDebugRanges::DWARFDebugRanges() : in DWARFDebugRanges() function in DWARFDebugRanges
23 DWARFDebugRanges::~DWARFDebugRanges() in ~DWARFDebugRanges()
28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) in Extract()
86 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract()
136 DWARFDebugRanges::Dump(Stream &s, const DWARFDataExtractor& debug_ranges_data, lldb::offset_t *offs… in Dump()
181 DWARFDebugRanges::FindRanges(dw_offset_t debug_ranges_offset, RangeList& range_list) const in FindRanges()
HDDWARFDebugRanges.h20 class DWARFDebugRanges
26 DWARFDebugRanges();
27 ~DWARFDebugRanges();
30 bool FindRanges(dw_offset_t debug_ranges_offset, DWARFDebugRanges::RangeList& range_list) const;
HDDWARFDebugInfoEntry.cpp742 DWARFDebugRanges::RangeList& ranges, in GetDIENamesAndRanges()
811 const DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in GetDIENamesAndRanges()
913 ranges.Append(DWARFDebugRanges::Range (lo_pc, hi_pc - lo_pc)); in GetDIENamesAndRanges()
915 ranges.Append(DWARFDebugRanges::Range (lo_pc, 0)); in GetDIENamesAndRanges()
1189DWARFDebugRanges::Dump(s, dwarf2Data->get_debug_ranges_data(), &ranges_offset, base_addr); in DumpAttribute()
1489 DWARFDebugRanges::RangeList &ranges, in GetAttributeAddressRanges()
1500 DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in GetAttributeAddressRanges()
1513 ranges.Append(DWARFDebugRanges::RangeList::Entry(lo_pc, hi_pc - lo_pc)); in GetAttributeAddressRanges()
2232 DWARFDebugRanges::RangeList ranges; in LookupAddress()
2233 DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in LookupAddress()
HDSymbolFileDWARF.h58 class DWARFDebugRanges; variable
217 DWARFDebugRanges* DebugRanges();
218 const DWARFDebugRanges* DebugRanges() const;
618 std::unique_ptr<DWARFDebugRanges> m_ranges;
HDDWARFDebugInfoEntry.h216 DWARFDebugRanges::RangeList &ranges,
314 DWARFDebugRanges::RangeList& rangeList,
HDDWARFCompileUnit.cpp390 DWARFDebugRanges::RangeList ranges; in BuildAddressRangeTable()
400 const DWARFDebugRanges::RangeList::Entry &range = ranges.GetEntryRef(i); in BuildAddressRangeTable()
HDSymbolFileDWARF.cpp924 DWARFDebugRanges*
933 m_ranges.reset(new DWARFDebugRanges()); in DebugRanges()
941 const DWARFDebugRanges*
1058 DWARFDebugRanges::RangeList func_ranges; in ParseCompileUnitFunction()
1422 DWARFDebugRanges::RangeList ranges; in ParseFunctionBlocks()
1464 const DWARFDebugRanges::Range &range = ranges.GetEntryRef (i); in ParseFunctionBlocks()
/NextBSD/lib/clang/liblldbPluginSymbolFileDWARF/
HDMakefile.depend121 DWARFDebugRanges.o: CommentCommandList.inc.h
122 DWARFDebugRanges.o: DeclNodes.inc.h
123 DWARFDebugRanges.o: DiagnosticCommonKinds.inc.h
124 DWARFDebugRanges.o: StmtNodes.inc.h
125 DWARFDebugRanges.po: CommentCommandList.inc.h
126 DWARFDebugRanges.po: DeclNodes.inc.h
127 DWARFDebugRanges.po: DiagnosticCommonKinds.inc.h
128 DWARFDebugRanges.po: StmtNodes.inc.h
HDMakefile21 DWARFDebugRanges.cpp \