Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h66 …void Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t for…
69 dw_attr_t AttributeAtIndex(uint32_t i) const { return m_infos[i].attr; } in AttributeAtIndex()
70 dw_attr_t FormAtIndex(uint32_t i) const { return m_infos[i].form; } in FormAtIndex()
73 …uint64_t FormValueAsUnsigned (SymbolFileDWARF* dwarf2Data, dw_attr_t attr, uint64_t fail_value) co…
74 uint32_t FindAttributeIndex(dw_attr_t attr) const;
75 bool ContainsAttribute(dw_attr_t attr) const;
76 bool RemoveAttribute(dw_attr_t attr);
85 dw_attr_t attr;
172 const dw_attr_t attr,
179 const dw_attr_t attr,
[all …]
DDWARFAttribute.h19 DWARFAttribute(dw_attr_t attr, dw_form_t form) : in DWARFAttribute()
24 void set(dw_attr_t attr, dw_form_t form) { m_attr_form = (attr << 16) | form; } in set()
25 … void set_attr(dw_attr_t attr) { m_attr_form = (m_attr_form & 0x0000ffffu) | (attr << 16); } in set_attr()
27 dw_attr_t get_attr() const { return m_attr_form >> 16; } in get_attr()
29 void get(dw_attr_t& attr, dw_form_t& form) const in get()
DDWARFAbbreviationDeclaration.h36dw_attr_t GetAttrByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attribut… in GetAttrByIndex()
38 bool GetAttrAndFormByIndex(uint32_t idx, dw_attr_t& attr, dw_form_t& form) const in GetAttrAndFormByIndex()
50 …void GetAttrAndFormByIndexUnchecked(uint32_t idx, dw_attr_t& attr, dw_form_t& form) con… in GetAttrAndFormByIndexUnchecked()
65 uint32_t FindAttributeIndex(dw_attr_t attr) const;
DDWARFAbbreviationDeclaration.cpp52 dw_attr_t attr = data.GetULEB128(offset_ptr); in Extract()
105 dw_attr_t attr; in CopyExcludingAddressAttributes()
155 dw_attr_t attr; in CopyChangingStringToStrp()
175 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex()
DDWARFDebugInfoEntry.cpp50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex()
64 …ibutes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t … in Append()
71 DWARFDebugInfoEntry::Attributes::ContainsAttribute(dw_attr_t attr) const in ContainsAttribute()
77 DWARFDebugInfoEntry::Attributes::RemoveAttribute(dw_attr_t attr) in RemoveAttribute()
97 DWARFDebugInfoEntry::Attributes::FormValueAsUnsigned (SymbolFileDWARF* dwarf2Data, dw_attr_t attr, … in FormValueAsUnsigned()
314 dw_attr_t attr; in Extract()
775 dw_attr_t attr; in GetDIENamesAndRanges()
987 dw_attr_t attr; in Dump()
1059 dw_attr_t attr, in DumpAttribute()
1231 dw_attr_t attr; in GetAttributes()
[all …]
DDWARFDebugPubnames.cpp117 dw_attr_t attr = attributes.AttributeAtIndex(i); in GeneratePubnames()
DSymbolFileDWARF.cpp1435 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseTemplateDIE()
1746 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildMembers()
2141 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildMembers()
4179 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildParameters()
4343 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildEnumerators()
4422 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildArrayInfo()
5676 dw_attr_t attr; in ParseType()
7257 dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseVariableDIE()
DDWARFCompileUnit.cpp674 dw_attr_t attr = attributes.AttributeAtIndex(i); in Index()
/external/lldb/include/lldb/Core/
Ddwarf.h23 typedef uint16_t dw_attr_t; typedef