Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp49 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes
70 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsUnsignedAtIndex()
H A DManualDWARFIndex.cpp163 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
168 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
180 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
243 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
H A DDWARFASTParserClang.cpp298 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTypeFromDWARF()
551 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTypeFromDWARF()
2007 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2012 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
2017 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2025 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
2473 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2735 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildMembers()
3202 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildMembers()
3345 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters()
[all …]
H A DDWARFAttribute.h70 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
H A DSymbolFileDWARF.cpp3261 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseVariableDIE()