Home
last modified time | relevance | path

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

/src/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.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()
H A DDWARFAttribute.h61 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
H A DDWARFASTParserClang.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 …]
H A DDWARFUnit.cpp388 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
397 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
H A DSymbolFileDWARF.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()