Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp230 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
235 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
241 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
263 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
H A DDWARFASTParser.cpp45 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
H A DDWARFAttribute.h62 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
H A DDWARFASTParserClang.cpp274 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
1395 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance()
2013 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2018 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2023 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2031 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2307 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2497 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in MemberAttributes()
2582 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in PropertyAttributes()
3068 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters()
[all …]
H A DDWARFUnit.cpp382 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
391 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
H A DSymbolFileDWARF.cpp3314 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE()
3916 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()
3984 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()