Searched refs:ExtractFormValueAtIndex (Results 1 – 7 of 7) sorted by relevance
| /src/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 | 245 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 250 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 256 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 278 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 | 288 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes() 1483 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance() 1982 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 1987 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 1992 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2000 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2006 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 2296 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators() 2503 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in VariantMember() 2538 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in DiscriminantValue() [all …]
|
| H A D | DWARFUnit.cpp | 388 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE() 397 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
|
| H A D | SymbolFileDWARF.cpp | 3482 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE() 4012 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters() 4078 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()
|