Lines Matching refs:Cursor
2161 DataExtractor::Cursor &Cursor, ArrayRef<uint8_t> Bytes, in decodeKernelDescriptorDirective() argument
2178 switch (Cursor.tell()) { in decodeKernelDescriptorDirective()
2180 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2186 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2192 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2199 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
2210 DE.skip(Cursor, 8); in decodeKernelDescriptorDirective()
2215 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective()
2223 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2227 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2231 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2236 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
2284 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
2298 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
2338 DataExtractor::Cursor C(0); in decodeKernelDescriptor()