/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.h | 39 dw_offset_t m_offset = 0; 40 dw_offset_t m_length = 0; 42 dw_offset_t m_abbr_offset = 0; 57 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() 60 dw_offset_t GetLength() const { return m_length; } in GetLength() 61 dw_offset_t GetAbbrOffset() const { return m_abbr_offset; } in GetAbbrOffset() 67 dw_offset_t GetTypeOffset() const { return m_type_offset; } in GetTypeOffset() 127 dw_offset_t GetOffset() const { return m_header.GetOffset(); } in GetOffset() 136 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset() 140 dw_offset_t GetFirstDIEOffset() const { in GetFirstDIEOffset() [all …]
|
D | DWARFDebugInfo.h | 28 typedef dw_offset_t (*Callback)(SymbolFileDWARF *dwarf2Data, 31 const dw_offset_t next_offset, 39 DWARFUnit *GetUnitAtOffset(DIERef::Section section, dw_offset_t cu_offset, 42 dw_offset_t die_offset); 47 dw_offset_t die_offset); 80 uint32_t FindUnitIndex(DIERef::Section section, dw_offset_t offset);
|
D | DWARFDebugAbbrev.h | 32 DWARFAbbreviationDeclarationSet(dw_offset_t offset, uint32_t idx_offset) in DWARFAbbreviationDeclarationSet() 36 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() 53 dw_offset_t m_offset; 58 typedef std::map<dw_offset_t, DWARFAbbreviationDeclarationSet> 69 GetAbbreviationDeclarationSet(dw_offset_t cu_abbr_offset) const;
|
D | DWARFDebugAranges.h | 18 typedef lldb_private::RangeDataVector<dw_addr_t, uint32_t, dw_offset_t> 33 void AppendRange(dw_offset_t cu_offset, dw_addr_t low_pc, dw_addr_t high_pc); 39 dw_offset_t FindAddress(dw_addr_t address) const; 44 dw_offset_t OffsetAtIndex(uint32_t idx) const { in OffsetAtIndex()
|
D | DWARFDebugInfo.cpp | 48 std::set<dw_offset_t> cus_with_data; in GetCompileUnitAranges() 50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 61 dw_offset_t offset = cu->GetOffset(); in GetCompileUnitAranges() 125 dw_offset_t offset) { in FindUnitIndex() 132 [](const std::pair<DIERef::Section, dw_offset_t> &lhs, in FindUnitIndex() 143 dw_offset_t cu_offset, in GetUnitAtOffset() 162 dw_offset_t die_offset) { in GetUnitContainingDIEOffset() 185 dw_offset_t die_offset) { in GetDIEForDIEOffset()
|
D | DIERef.h | 31 dw_offset_t die_offset) in DIERef() 45 dw_offset_t die_offset() const { return m_die_offset; } in die_offset() 61 dw_offset_t m_die_offset;
|
D | DWARFDebugAranges.cpp | 47 const dw_offset_t cu_offset = set.GetHeader().cu_offset; in extract() 74 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, in AppendRange() 90 dw_offset_t DWARFDebugAranges::FindAddress(dw_addr_t address) const { in FindAddress()
|
D | DWARFAttribute.h | 55 void Append(DWARFUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, 58 dw_offset_t DIEOffsetAtIndex(uint32_t i) const { in DIEOffsetAtIndex() 76 dw_offset_t die_offset;
|
D | HashedNameToDIE.h | 55 dw_offset_t die_offset = DW_INVALID_OFFSET; 65 DIEInfo(dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h); 82 Prologue(dw_offset_t _die_base_offset = 0); 102 dw_offset_t die_base_offset;
|
D | DWARFDebugInfoEntry.h | 57 dw_offset_t 60 dw_offset_t *end_attr_offset_ptr = nullptr, 119 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() 169 dw_offset_t m_offset; // Offset within the .debug_info/.debug_types
|
D | DWARFDebugRanges.h | 25 bool FindRanges(const DWARFUnit *cu, dw_offset_t debug_ranges_offset, 36 typedef std::map<dw_offset_t, DWARFRangeList> range_map;
|
D | ManualDWARFIndex.h | 23 llvm::DenseSet<dw_offset_t> units_to_avoid = {}) 80 llvm::DenseSet<dw_offset_t> m_units_to_avoid;
|
D | DWARFDebugRanges.cpp | 32 dw_offset_t debug_ranges_offset = offset; in Extract() 112 dw_offset_t debug_ranges_offset, in FindRanges()
|
D | DWARFDebugInfoEntry.cpp | 348 const dw_offset_t offset = form_value.Unsigned(); in GetDIENamesAndRanges() 464 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() 466 dw_offset_t *end_attr_offset_ptr, in GetAttributeValue() 480 const dw_offset_t attr_offset = offset; in GetAttributeValue() 495 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 505 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
|
D | SymbolFileDWARF.h | 419 dw_offset_t spec_block_die_offset); 423 dw_offset_t spec_block_die_offset); 448 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, 449 dw_offset_t max_die_offset, uint32_t type_mask, 517 llvm::DenseMap<dw_offset_t, lldb_private::FileSpecList>
|
D | DWARFUnit.cpp | 403 dw_offset_t DWARFUnit::GetAbbrevOffset() const { in GetAbbrevOffset() 407 dw_offset_t DWARFUnit::GetLineTableOffset() { in GetLineTableOffset() 496 void DWARFUnit::SetStrOffsetsBase(dw_offset_t str_offsets_base) { in SetStrOffsetsBase() 517 const dw_offset_t die_offset) { in CompareDIEOffset() 527 DWARFUnit::GetDIE(dw_offset_t die_offset) { in GetDIE() 917 DWARFUnit::FindRnglistFromOffset(dw_offset_t offset) { in FindRnglistFromOffset() 942 dw_offset_t addr_base = GetAddrBase(); in FindRnglistFromOffset()
|
D | DWARFDataExtractor.cpp | 19 dw_offset_t
|
D | DWARFDataExtractor.h | 28 dw_offset_t GetDWARFOffset(lldb::offset_t *offset_ptr) const;
|
D | DWARFTypeUnit.h | 23 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); } in GetTypeOffset()
|
D | DWARFDebugArangeSet.h | 44 dw_offset_t FindAddress(dw_addr_t address) const;
|
D | DWARFDIE.h | 61 GetDIE(dw_offset_t die_offset) const;
|
D | DWARFAttribute.cpp | 28 void DWARFAttributes::Append(DWARFUnit *cu, dw_offset_t attr_die_offset, in Append()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 76 const std::function<bool(lldb::addr_t, uint32_t, dw_offset_t)> &callback); 87 dw_offset_t cie_offset; 97 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData 106 CIE(dw_offset_t offset) in CIE() 115 typedef std::map<dw_offset_t, CIESP> cie_map_t; 120 typedef RangeDataVector<lldb::addr_t, uint32_t, dw_offset_t> FDEEntryMap; 132 const CIE *GetCIE(dw_offset_t cie_offset);
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | dwarf.h | 30 typedef uint32_t dw_offset_t; // Dwarf Debug Information Entry offset for any typedef 34 #define DW_INVALID_OFFSET (~(dw_offset_t)0)
|
/external/llvm-project/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 230 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) { in GetCIE() 244 DWARFCallFrameInfo::ParseCIE(const dw_offset_t cie_offset) { in ParseCIE() 250 dw_offset_t cie_id, end_offset; in ParseCIE() 437 const dw_offset_t current_entry = offset; in GetFDEIndex() 438 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() 526 bool DWARFCallFrameInfo::FDEToUnwindPlan(dw_offset_t dwarf_offset, in FDEToUnwindPlan() 540 dw_offset_t cie_offset; in FDEToUnwindPlan() 572 const dw_offset_t end_offset = current_entry + length + (is_64bit ? 12 : 4); in FDEToUnwindPlan() 1015 const std::function<bool(lldb::addr_t, uint32_t, dw_offset_t)> &callback) { in ForEachFDEEntries()
|