Lines Matching refs:debug_info_data
203 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, in SkipValue() argument
205 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue()
209 const DWARFDataExtractor &debug_info_data, in SkipValue() argument
218 dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
223 dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); in SkipValue()
228 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue()
233 dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); in SkipValue()
240 debug_info_data.GetCStr(offset_ptr); in SkipValue()
319 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
323 dw_form_t indirect_form = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
324 return DWARFFormValue::SkipValue(indirect_form, debug_info_data, offset_ptr, in SkipValue()