Searched refs:ExtractFormValueAtIndex (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 230 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 235 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 241 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 263 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
|
| H A D | DWARFASTParser.cpp | 45 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 | 274 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes() 1395 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance() 2013 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 2018 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 2023 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2031 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2307 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators() 2497 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in MemberAttributes() 2582 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in PropertyAttributes() 3068 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters() [all …]
|
| H A D | DWARFUnit.cpp | 382 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE() 391 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
|
| H A D | SymbolFileDWARF.cpp | 3314 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE() 3916 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters() 3984 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()
|