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

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h71 bool SkipValue(const lldb_private::DWARFDataExtractor &debug_info_data,
73 static bool SkipValue(const dw_form_t form,
H A DDWARFFormValue.cpp204 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, function in class:DWARFFormValue
206 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit);
209 bool DWARFFormValue::SkipValue(dw_form_t form, function in class:DWARFFormValue
325 return DWARFFormValue::SkipValue(indirect_form, debug_info_data, offset_ptr,
H A DDWARFDebugInfoEntry.cpp460 DWARFFormValue::SkipValue(form, data, &offset, cu);
488 DWARFFormValue::SkipValue(abbrevDecl->GetFormByIndex(idx++),

Completed in 72 milliseconds