Searched refs:ExtractFormValueAtIndex (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 39 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes 63 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
|
| H A D | DWARFASTParser.cpp | 47 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo() 121 if (attr == DW_AT_type && attributes.ExtractFormValueAtIndex(i, form_value)) in GetTypeForDIE()
|
| H A D | ManualDWARFIndex.cpp | 242 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 247 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 253 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 275 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
|
| H A D | DWARFAttribute.h | 61 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
|
| H A D | DWARFASTParserClang.cpp | 292 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes() 1449 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance() 2057 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 2062 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 2067 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2075 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2081 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 2366 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators() 2608 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in DiscriminantValue() 2646 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in MemberAttributes() [all …]
|
| H A D | DWARFUnit.cpp | 383 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE() 392 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
|
| H A D | SymbolFileDWARF.cpp | 3503 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE() 4031 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters() 4097 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()
|