Searched refs:ExtractFormValueAtIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 36 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes 60 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
|
| H A D | ManualDWARFIndex.cpp | 202 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 207 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 213 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 235 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
|
| H A D | DWARFAttribute.h | 62 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
|
| H A D | DWARFASTParserClang.cpp | 308 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes() 1857 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 1862 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 1867 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 1875 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2159 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators() 2357 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseSingleMember() 2779 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildMembers() 2912 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters() 3030 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo() [all …]
|
| H A D | DWARFUnit.cpp | 310 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE() 320 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
|
| H A D | SymbolFileDWARF.cpp | 3074 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE() 3566 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters() 3634 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()
|