Lines Matching refs:debug_info
255 const DWARFDataExtractor &debug_info, in extract() argument
262 debug_info.getInitialLength(offset_ptr, &Err); in extract()
263 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
265 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
266 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
267 AbbrOffset = debug_info.getRelocatedValue( in extract()
270 AbbrOffset = debug_info.getRelocatedValue( in extract()
272 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
281 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
282 TypeOffset = debug_info.getUnsigned( in extract()
285 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
299 if (!debug_info.isValidOffset(getNextUnitOffset() - 1)) in extract()
304 Offset, NextCUOffset, debug_info.size()); in extract()