Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp99 const uint32_t attr_idx = FindAttributeIndex (attr); in FormValueAsUnsigned() local
100 if (attr_idx != UINT32_MAX) in FormValueAsUnsigned()
101 return FormValueAsUnsignedAtIndex (dwarf2Data, attr_idx, fail_value); in FormValueAsUnsigned()
1321 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); in GetAttributeValue() local
1323 if (attr_idx != DW_INVALID_INDEX) in GetAttributeValue()
1328 while (idx<attr_idx) in GetAttributeValue()