Lines Matching refs:Cursor
1626 DataExtractor::Cursor &Cursor, ArrayRef<uint8_t> Bytes, in decodeKernelDescriptorDirective() argument
1643 switch (Cursor.tell()) { in decodeKernelDescriptorDirective()
1645 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1651 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1657 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1664 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
1676 DE.skip(Cursor, 8); in decodeKernelDescriptorDirective()
1681 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective()
1693 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1700 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1708 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1717 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
1755 ReservedBytes = DE.getBytes(Cursor, 6); in decodeKernelDescriptorDirective()
1779 DataExtractor::Cursor C(0); in decodeKernelDescriptor()