Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp36 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes
60 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
H A DManualDWARFIndex.cpp202 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
207 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
213 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
235 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
H A DDWARFAttribute.h62 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
H A DDWARFASTParserClang.cpp308 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
1857 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1862 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1867 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
1875 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2159 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2357 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseSingleMember()
2779 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildMembers()
2912 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters()
3030 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
[all …]
H A DDWARFUnit.cpp310 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
320 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
H A DSymbolFileDWARF.cpp3074 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE()
3566 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()
3634 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()