HomeSort by relevance Sort by last modified time
    Searched refs:kBufferType (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeHeader.cpp 38 "uint8[]", // kBufferType
62 : ID(kInvalid), FType(kBufferType), Len(0), Data(0) {}
88 : ID(MyID), FType(kBufferType), Len(MyLen), Data(new uint8_t[MyLen]) {
148 case kBufferType:
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 48 kBufferType, // Buffer of form uint8_t[len].

Completed in 222 milliseconds