Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:debug_info_data

168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr,
170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
183 uint64_t size = debug_info_data.getULEB128(offset_ptr);
188 uint8_t size = debug_info_data.getU8(offset_ptr);
193 uint16_t size = debug_info_data.getU16(offset_ptr);
198 uint32_t size = debug_info_data.getU32(offset_ptr);
205 debug_info_data.getCStr(offset_ptr);
245 debug_info_data.getULEB128(offset_ptr);
250 form = debug_info_data.getULEB128(offset_ptr);