Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
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()
5702 attr = attributes.AttributeAtIndex(i); in ParseType()
5887 attr = attributes.AttributeAtIndex(i); in ParseType()
6265 attr = attributes.AttributeAtIndex(i); in ParseType()
6381 attr = attributes.AttributeAtIndex(i); in ParseType()
[all …]
DDWARFDebugInfoEntry.h69 dw_attr_t AttributeAtIndex(uint32_t i) const { return m_infos[i].attr; } in AttributeAtIndex() function
DDWARFCompileUnit.cpp674 dw_attr_t attr = attributes.AttributeAtIndex(i); in Index()