Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h55 dw_attr_t AttributeAtIndex(uint32_t i) const { in AttributeAtIndex() function
H A DDWARFASTParserClang.cpp306 dw_attr_t attr = attributes.AttributeAtIndex(i); in ParsedDWARFTypeAttributes()
1853 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseTemplateDIE()
2157 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildEnumerators()
2355 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseSingleMember()
2777 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildMembers()
2910 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildParameters()
3028 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildArrayInfo()
3108 dw_attr_t attr = attributes.AttributeAtIndex(i); in GetTypeForDIE()
H A DDWARFUnit.cpp307 if (attributes.AttributeAtIndex(i) != DW_AT_addr_base) in AddUnitDIE()
318 dw_attr_t attr = attributes.AttributeAtIndex(i); in AddUnitDIE()
H A DManualDWARFIndex.cpp198 dw_attr_t attr = attributes.AttributeAtIndex(i); in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3071 dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseVariableDIE()
3579 dw_attr_t attr = attributes.AttributeAtIndex(i); in CollectCallSiteParameters()
3639 dw_attr_t attr = attributes.AttributeAtIndex(i); in CollectCallEdges()