Lines Matching refs:Cursor
2113 DataExtractor::Cursor &Cursor, ArrayRef<uint8_t> Bytes, in decodeKernelDescriptorDirective() argument
2130 switch (Cursor.tell()) { in decodeKernelDescriptorDirective()
2132 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2138 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2144 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2151 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
2163 DE.skip(Cursor, 8); in decodeKernelDescriptorDirective()
2168 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective()
2177 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2181 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2185 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2190 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
2233 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
2247 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
2285 DataExtractor::Cursor C(0); in decodeKernelDescriptor()