Searched refs:ExtractFormValueAtIndex (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 38 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes 62 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
|
| H A D | ManualDWARFIndex.cpp | 212 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 D | DWARFASTParser.cpp | 44 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo()
|
| H A D | DWARFAttribute.h | 62 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
|
| H A D | DWARFASTParserClang.cpp | 296 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 D | DWARFUnit.cpp | 363 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE() 372 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
|
| H A D | SymbolFileDWARF.cpp | 3180 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()
|