Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h66 dw_attr_t AttributeAtIndex(uint32_t i) const { in AttributeAtIndex() function
H A DDWARFASTParserClang.cpp297 attr = attributes.AttributeAtIndex(i); in ParseTypeFromDWARF()
550 attr = attributes.AttributeAtIndex(i); in ParseTypeFromDWARF()
979 attr = attributes.AttributeAtIndex(i); in ParseTypeFromDWARF()
1158 attr = attributes.AttributeAtIndex(i); in ParseTypeFromDWARF()
1677 attr = attributes.AttributeAtIndex(i); in ParseTypeFromDWARF()
1829 attr = attributes.AttributeAtIndex(i); in ParseTypeFromDWARF()
2003 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseTemplateDIE()
2471 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildEnumerators()
2733 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildMembers()
3200 const dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseChildMembers()
[all …]
H A DManualDWARFIndex.cpp159 dw_attr_t attr = attributes.AttributeAtIndex(i); in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3258 dw_attr_t attr = attributes.AttributeAtIndex(i); in ParseVariableDIE()