Searched refs:DWARFDebugRanges (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugRanges.cpp | 18 DWARFDebugRanges::DWARFDebugRanges() : in DWARFDebugRanges() function in DWARFDebugRanges 23 DWARFDebugRanges::~DWARFDebugRanges() in ~DWARFDebugRanges() 28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) in Extract() 85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract() 135 DWARFDebugRanges::Dump(Stream &s, const DataExtractor& debug_ranges_data, lldb::offset_t *offset_pt… in Dump() 180 DWARFDebugRanges::FindRanges(dw_offset_t debug_ranges_offset, RangeList& range_list) const in FindRanges()
|
D | DWARFDebugRanges.h | 20 class DWARFDebugRanges 26 DWARFDebugRanges(); 27 ~DWARFDebugRanges(); 30 bool FindRanges(dw_offset_t debug_ranges_offset, DWARFDebugRanges::RangeList& range_list) const;
|
D | CMakeLists.txt | 16 DWARFDebugRanges.cpp
|
D | Android.mk | 26 DWARFDebugRanges.cpp \
|
D | SymbolFileDWARF.h | 57 class DWARFDebugRanges; variable 222 DWARFDebugRanges* DebugRanges(); 223 const DWARFDebugRanges* DebugRanges() const; 603 std::unique_ptr<DWARFDebugRanges> m_ranges;
|
D | DWARFDebugInfoEntry.cpp | 745 DWARFDebugRanges::RangeList& ranges, in GetDIENamesAndRanges() 812 const DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in GetDIENamesAndRanges() 914 ranges.Append(DWARFDebugRanges::Range (lo_pc, hi_pc - lo_pc)); in GetDIENamesAndRanges() 916 ranges.Append(DWARFDebugRanges::Range (lo_pc, 0)); in GetDIENamesAndRanges() 1190 … DWARFDebugRanges::Dump(s, dwarf2Data->get_debug_ranges_data(), &ranges_offset, base_addr); in DumpAttribute() 2195 DWARFDebugRanges::RangeList ranges; in LookupAddress() 2196 DWARFDebugRanges* debug_ranges = dwarf2Data->DebugRanges(); in LookupAddress()
|
D | DWARFDebugInfoEntry.h | 308 DWARFDebugRanges::RangeList& rangeList,
|
D | SymbolFileDWARF.cpp | 877 DWARFDebugRanges* 885 m_ranges.reset(new DWARFDebugRanges()); in DebugRanges() 893 const DWARFDebugRanges* 1005 DWARFDebugRanges::RangeList& ranges, in AddRangesToBlock() 1011 const DWARFDebugRanges::Range &range = ranges.GetEntryRef (i); in AddRangesToBlock() 1023 DWARFDebugRanges::RangeList func_ranges; in ParseCompileUnitFunction() 1320 DWARFDebugRanges::RangeList ranges; in ParseFunctionBlocks()
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 318 …13353E5F00698AC0 /* DWARFDebugRanges.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260C89CD10… 798 …BB2B04 /* DWARFDebugRanges.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 799 …600BB2B04 /* DWARFDebugRanges.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 2033 260C89CD10F57C5600BB2B04 /* DWARFDebugRanges.cpp */, 2034 260C89CE10F57C5600BB2B04 /* DWARFDebugRanges.h */, 4101 268900C313353E5F00698AC0 /* DWARFDebugRanges.cpp in Sources */,
|