Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAttribute.cpp35 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes
55 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
DManualDWARFIndex.cpp187 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
192 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
198 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
220 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
DDWARFAttribute.h65 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
DDWARFASTParserClang.cpp308 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
1854 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1859 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1864 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
1872 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2187 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2385 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseSingleMember()
2813 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildMembers()
2947 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters()
3065 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
[all …]
DDWARFUnit.cpp304 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
314 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
DSymbolFileDWARF.cpp3127 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE()
3621 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()
3690 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()