Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFAttribute.cpp39 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes
63 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
HDDWARFASTParser.cpp47 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
121 if (attr == DW_AT_type && attributes.ExtractFormValueAtIndex(i, form_value)) in GetTypeForDIE()
HDManualDWARFIndex.cpp245 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
250 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
256 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
278 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
HDDWARFAttribute.h61 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
HDDWARFASTParserClang.cpp288 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
1483 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance()
1982 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1987 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1992 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2000 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2006 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2296 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2503 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in VariantMember()
2538 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in DiscriminantValue()
[all …]
HDDWARFUnit.cpp388 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
397 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
HDSymbolFileDWARF.cpp3482 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE()
4012 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()
4078 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()