Lines Matching refs:getU8
246 int FormatCount = DebugLineData.getU8(OffsetPtr, &Err); in parseV5EntryFormat()
391 FormParams.AddrSize = DebugLineData.getU8(Cursor); in parse()
411 SegSelectorSize = DebugLineData.getU8(Cursor); in parse()
418 MinInstLength = DebugLineData.getU8(Cursor); in parse()
420 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse()
421 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse()
422 LineBase = DebugLineData.getU8(Cursor); in parse()
423 LineRange = DebugLineData.getU8(Cursor); in parse()
424 OpcodeBase = DebugLineData.getU8(Cursor); in parse()
438 uint8_t OpLen = DebugLineData.getU8(Cursor); in parse()
870 uint8_t Opcode = TableData.getU8(Cursor); in parse()
895 uint8_t SubOpcode = TableData.getU8(Cursor); in parse()
1040 uint8_t Byte = TableData.getU8(ByteCursor); in parse()
1045 Byte = TableData.getU8(ByteCursor); in parse()