Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp122 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value)) in GeneratePubnames()
128 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value)) in GeneratePubnames()
DDWARFCompileUnit.cpp679 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
684 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
695 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
758 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
DSymbolFileDWARF.cpp1440 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseTemplateDIE()
1445 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseTemplateDIE()
1455 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseTemplateDIE()
1748 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildMembers()
2143 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildMembers()
3459 if (attributes.ExtractFormValueAtIndex(this, idx, form_value)) in FunctionDieMatchesPartialName()
3470 if (idx != UINT32_MAX && attributes.ExtractFormValueAtIndex(this, idx, form_value)) in FunctionDieMatchesPartialName()
4181 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildParameters()
4345 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildEnumerators()
4424 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildArrayInfo()
[all …]
DDWARFDebugInfoEntry.h71 …bool ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, DWARFFormValue &form_value)…
DDWARFDebugInfoEntry.cpp89 DWARFDebugInfoEntry::Attributes::ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, … in ExtractFormValueAtIndex() function in DWARFDebugInfoEntry::Attributes
109 if (ExtractFormValueAtIndex(dwarf2Data, i, form_value)) in FormValueAsUnsignedAtIndex()