Searched refs:ExtractFormValueAtIndex (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAttribute.cpp | 35 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex() function in DWARFAttributes 55 if (ExtractFormValueAtIndex(i, form_value)) in FormValueAsReferenceAtIndex()
|
D | ManualDWARFIndex.cpp | 187 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 192 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 198 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl() 220 if (attributes.ExtractFormValueAtIndex(i, form_value)) in IndexUnitImpl()
|
D | DWARFAttribute.h | 65 bool ExtractFormValueAtIndex(uint32_t i, DWARFFormValue &form_value) const;
|
D | DWARFASTParserClang.cpp | 308 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes() 1854 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 1859 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE() 1864 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 1872 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE() 2187 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators() 2385 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseSingleMember() 2813 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildMembers() 2947 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters() 3065 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildArrayInfo() [all …]
|
D | DWARFUnit.cpp | 304 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE() 314 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
|
D | SymbolFileDWARF.cpp | 3127 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParseVariableDIE() 3621 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters() 3690 if (!attributes.ExtractFormValueAtIndex(i, form_value)) { in CollectCallEdges()
|