Lines Matching defs:debug_info_data
203 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data,
205 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit);
209 const DWARFDataExtractor &debug_info_data,
218 uint64_t size = debug_info_data.GetULEB128(offset_ptr);
223 uint8_t size = debug_info_data.GetU8(offset_ptr);
228 uint16_t size = debug_info_data.GetU16(offset_ptr);
233 uint32_t size = debug_info_data.GetU32(offset_ptr);
240 debug_info_data.GetCStr(offset_ptr);
324 debug_info_data.Skip_LEB128(offset_ptr);
329 static_cast<dw_form_t>(debug_info_data.GetULEB128(offset_ptr));
330 return DWARFFormValue::SkipValue(indirect_form, debug_info_data,