Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp39 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes
63 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
H A DDWARFASTParser.cpp47 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
121 if (attr == DW_AT_type && attributes.ExtractFormValueAtIndex(i, form_value)) in GetTypeForDIE()
H A DManualDWARFIndex.cpp242 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
247 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
253 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
275 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
H A DDWARFAttribute.h61 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
H A DDWARFASTParserClang.cpp292 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
1449 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance()
2057 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2062 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2067 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2075 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2081 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2366 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2608 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in DiscriminantValue()
2646 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in MemberAttributes()
[all …]
H A DDWARFUnit.cpp383 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
392 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
H A DSymbolFileDWARF.cpp3503 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE()
4031 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()
4097 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()