Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h65 uint32_t FindAttributeIndex(dw_attr_t attr) const;
DDWARFAbbreviationDeclaration.cpp175 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex() function in DWARFAbbreviationDeclaration
DDWARFDebugInfoEntry.cpp50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex() function in DWARFDebugInfoEntry::Attributes
73 return FindAttributeIndex(attr) != UINT32_MAX; in ContainsAttribute()
79 uint32_t attr_index = FindAttributeIndex(attr); in RemoveAttribute()
99 const uint32_t attr_idx = FindAttributeIndex (attr); in FormValueAsUnsigned()
1321 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); in GetAttributeValue()
DDWARFDebugInfoEntry.h74 uint32_t FindAttributeIndex(dw_attr_t attr) const;
DSymbolFileDWARF.cpp3454 uint32_t idx = attributes.FindAttributeIndex(DW_AT_MIPS_linkage_name); in FunctionDieMatchesPartialName()
3456 idx = attributes.FindAttributeIndex(DW_AT_linkage_name); in FunctionDieMatchesPartialName()
3469 idx = attributes.FindAttributeIndex(DW_AT_name); in FunctionDieMatchesPartialName()