Searched defs:FindAttributeIndex (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp175 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.cpp50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const function in class:DWARFDebugInfoEntry::Attributes
73 return FindAttributeIndex(attr) != UINT32_MAX;
79 uint32_t attr_index = FindAttributeIndex(attr);
99 const uint32_t attr_idx = FindAttributeIndex (attr);
550 // uint32_t is_decl_index = a_attrs.FindAttributeIndex(DW_AT_declaration);
557 // a_name_index = a_attrs.FindAttributeIndex(DW_AT_name);
558 // b_name_index = b_attrs.FindAttributeIndex(DW_AT_name);
563 // is_decl_index = b_attrs.FindAttributeIndex(DW_AT_declaration);
566 // a_name_index = a_attrs.FindAttributeIndex(DW_AT_name);
567 // b_name_index = b_attrs.FindAttributeIndex(DW_AT_nam
[all...]

Completed in 60 milliseconds