Lines Matching refs:debug_info
251 const DWARFDataExtractor &debug_info, in extract() argument
258 debug_info.getInitialLength(offset_ptr, &Err); in extract()
259 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
261 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
262 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
263 AbbrOffset = debug_info.getRelocatedValue( in extract()
266 AbbrOffset = debug_info.getRelocatedValue( in extract()
268 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
277 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
278 TypeOffset = debug_info.getUnsigned( in extract()
281 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
295 if (!debug_info.isValidOffset(getNextUnitOffset() - 1)) in extract()
300 Offset, NextCUOffset, debug_info.size()); in extract()