Home
last modified time | relevance | path

Searched refs:DWARFAttribute (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.cpp56 m_attributes.push_back(DWARFAttribute(attr, form)); in Extract()
102 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); in CopyExcludingAddressAttributes()
120 m_attributes.push_back(DWARFAttribute(attr, form)); in CopyExcludingAddressAttributes()
133 m_attributes.push_back(DWARFAttribute(attr, form)); in CopyExcludingAddressAttributes()
152 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); in CopyChangingStringToStrp()
167 m_attributes.push_back(DWARFAttribute(attr, DW_FORM_strp)); in CopyChangingStringToStrp()
169 m_attributes.push_back(DWARFAttribute(attr, form)); in CopyChangingStringToStrp()
DDWARFAttribute.h16 class DWARFAttribute
19 DWARFAttribute(dw_attr_t attr, dw_form_t form) : in DWARFAttribute() function
35 …bool operator == (const DWARFAttribute& rhs) const { return m_attr_form == rhs.m_attr_form;…
36 typedef std::vector<DWARFAttribute> collection;
DDWARFAbbreviationDeclaration.h26 void AddAttribute(const DWARFAttribute& attr) in AddAttribute()
73 const DWARFAttribute::collection& Attributes() const { return m_attributes; } in Attributes()
78 DWARFAttribute::collection m_attributes;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj775 …C5600BB2B04 /* DWARFAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2010 260C89B610F57C5600BB2B04 /* DWARFAttribute.h */,