Home
last modified time | relevance | path

Searched refs:SkipValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h68 bool SkipValue(const DWARFDataExtractor &debug_info_data,
70 static bool SkipValue(const dw_form_t form,
H A DDWARFFormValue.cpp201 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, in SkipValue() function in DWARFFormValue
203 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue()
206 bool DWARFFormValue::SkipValue(dw_form_t form, in SkipValue() function in DWARFFormValue
323 return DWARFFormValue::SkipValue(indirect_form, debug_info_data, in SkipValue()
H A DDWARFDebugInfoEntry.cpp77 if (DWARFFormValue::SkipValue(attribute.Form, data, offset_ptr, &unit)) in Extract()
349 DWARFFormValue::SkipValue(form, data, &offset, cu); in GetAttributes()
400 DWARFFormValue::SkipValue(abbrevDecl->getFormByIndex(idx++), data, in GetAttributeValue()