Lines Matching refs:debug_info
230 const DWARFDataExtractor &debug_info, in extract() argument
237 debug_info.getInitialLength(offset_ptr, &Err); in extract()
238 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
240 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
241 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
242 AbbrOffset = debug_info.getRelocatedValue( in extract()
245 AbbrOffset = debug_info.getRelocatedValue( in extract()
247 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
256 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
257 TypeOffset = debug_info.getUnsigned( in extract()
260 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
276 if (!debug_info.isValidOffset(getNextUnitOffset() - 1)) { in extract()
282 Offset, NextCUOffset, debug_info.size())); in extract()