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