Lines Matching refs:GetU8
203 log->Printf( "0x%8.8" PRIx64 ": skipping pad byte %2.2x", offset, debug_line_data.GetU8(&offset));
215 uint8_t opcode = debug_line_data.GetU8(&offset);
224 uint8_t sub_opcode = debug_line_data.GetU8(&offset);
420 prologue->min_inst_length = debug_line_data.GetU8(offset_ptr);
421 GetU8(offset_ptr);
422 prologue->line_base = debug_line_data.GetU8(offset_ptr);
423 prologue->line_range = debug_line_data.GetU8(offset_ptr);
424 prologue->opcode_base = debug_line_data.GetU8(offset_ptr);
430 uint8_t op_len = debug_line_data.GetU8(offset_ptr);
487 const uint8_t opcode_base = debug_line_data.GetU8(&offset);
610 uint8_t opcode = debug_line_data.GetU8(offset_ptr);
621 uint8_t sub_opcode = debug_line_data.GetU8(offset_ptr);