Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAttribute.h61 dw_attr_t AttributeAtIndex(uint32_t i) const { in AttributeAtIndex() function
DDWARFASTParserClang.cpp306 dw_attr_t attr = attributes.AttributeAtIndex(i); in ParsedDWARFTypeAttributes()
1850 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseTemplateDIE()
2185 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildEnumerators()
2383 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseSingleMember()
2811 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildMembers()
2945 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildParameters()
3063 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildArrayInfo()
3147 dw_attr_t attr = attributes.AttributeAtIndex(i); in GetTypeForDIE()
DDWARFUnit.cpp301 if (attributes.AttributeAtIndex(i) != DW_AT_addr_base) in AddUnitDIE()
312 dw_attr_t attr = attributes.AttributeAtIndex(i); in AddUnitDIE()
DManualDWARFIndex.cpp183 dw_attr_t attr = attributes.AttributeAtIndex(i); in IndexUnitImpl()
DSymbolFileDWARF.cpp3124 dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseVariableDIE()
3634 dw_attr_t attr = attributes.AttributeAtIndex(i); in CollectCallSiteParameters()
3695 dw_attr_t attr = attributes.AttributeAtIndex(i); in CollectCallEdges()