Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h37 …dw_form_t GetFormByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attribut… in GetFormByIndex() function
DDWARFDebugInfoEntry.cpp1329 … DWARFFormValue::SkipValue(abbrevDecl->GetFormByIndex(idx++), debug_info_data, &offset, cu); in GetAttributeValue()
1332 form_value.SetForm(abbrevDecl->GetFormByIndex(idx)); in GetAttributeValue()