Home
last modified time | relevance | path

Searched refs:dw_offset_t (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h39 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 …]
DDWARFDebugInfo.h28 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);
DDWARFDebugAbbrev.h32 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;
DDWARFDebugAranges.h18 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()
DDWARFDebugInfo.cpp48 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()
DDIERef.h31 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;
DDWARFDebugAranges.cpp47 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()
DDWARFAttribute.h55 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;
DHashedNameToDIE.h55 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;
DDWARFDebugInfoEntry.h57 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
DDWARFDebugRanges.h25 bool FindRanges(const DWARFUnit *cu, dw_offset_t debug_ranges_offset,
36 typedef std::map<dw_offset_t, DWARFRangeList> range_map;
DManualDWARFIndex.h23 llvm::DenseSet<dw_offset_t> units_to_avoid = {})
80 llvm::DenseSet<dw_offset_t> m_units_to_avoid;
DDWARFDebugRanges.cpp32 dw_offset_t debug_ranges_offset = offset; in Extract()
112 dw_offset_t debug_ranges_offset, in FindRanges()
DDWARFDebugInfoEntry.cpp348 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()
DSymbolFileDWARF.h419 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>
DDWARFUnit.cpp403 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()
DDWARFDataExtractor.cpp19 dw_offset_t
DDWARFDataExtractor.h28 dw_offset_t GetDWARFOffset(lldb::offset_t *offset_ptr) const;
DDWARFTypeUnit.h23 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); } in GetTypeOffset()
DDWARFDebugArangeSet.h44 dw_offset_t FindAddress(dw_addr_t address) const;
DDWARFDIE.h61 GetDIE(dw_offset_t die_offset) const;
DDWARFAttribute.cpp28 void DWARFAttributes::Append(DWARFUnit *cu, dw_offset_t attr_die_offset, in Append()
/external/llvm-project/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h76 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/
Ddwarf.h30 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/
DDWARFCallFrameInfo.cpp230 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()

12