Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp38 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes
62 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
H A DManualDWARFIndex.cpp212 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
217 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
223 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
245 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
H A DDWARFASTParser.cpp44 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
H A DDWARFAttribute.h62 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
H A DDWARFASTParserClang.cpp296 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
1384 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance()
1948 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1953 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1958 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
1966 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2238 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2423 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in MemberAttributes()
2508 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in PropertyAttributes()
2989 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters()
[all …]
H A DDWARFUnit.cpp363 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
372 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
H A DSymbolFileDWARF.cpp3180 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE()
3781 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()
3849 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()