Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugPubnames.cpp122 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value)) in GeneratePubnames()
128 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value)) in GeneratePubnames()
HDDWARFCompileUnit.cpp655 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
660 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
671 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
734 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value)) in Index()
HDSymbolFileDWARF.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()
1756 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildMembers()
2155 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildMembers()
3507 if (attributes.ExtractFormValueAtIndex(this, idx, form_value)) in FunctionDieMatchesPartialName()
3518 if (idx != UINT32_MAX && attributes.ExtractFormValueAtIndex(this, idx, form_value)) in FunctionDieMatchesPartialName()
4239 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildParameters()
4407 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildEnumerators()
4486 if (attributes.ExtractFormValueAtIndex(this, i, form_value)) in ParseChildArrayInfo()
[all …]
HDDWARFDebugInfoEntry.h71 …bool ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, DWARFFormValue &form_value)…
HDDWARFDebugInfoEntry.cpp89 DWARFDebugInfoEntry::Attributes::ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, … in ExtractFormValueAtIndex() function in DWARFDebugInfoEntry::Attributes
109 if (ExtractFormValueAtIndex(dwarf2Data, i, form_value)) in FormValueAsUnsignedAtIndex()