Lines Matching defs:offset_ptr
256 uint64_t *offset_ptr,
258 Offset = *offset_ptr;
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);
268 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err);
271 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err);
272 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err);
281 TypeHash = debug_info.getU64(offset_ptr, &Err);
283 offset_ptr, FormParams.getDwarfOffsetByteSize(), &Err);
285 DWOId = debug_info.getU64(offset_ptr, &Err);
295 assert(*offset_ptr - Offset <= 255 && "unexpected header size");
296 Size = uint8_t(*offset_ptr - Offset);