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

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 96 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._].
124 case Char6:
131 /// isChar6 - Return true if this character is legal in the Char6 encoding.
145 llvm_unreachable("Not a value Char6 character!");
149 assert((V & ~63) == 0 && "Not a Char6 encoded character!");
155 llvm_unreachable("Not a value Char6 character!");
BitstreamWriter.h 288 case BitCodeAbbrevOp::Char6:
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 69 case BitCodeAbbrevOp::Char6:
92 case BitCodeAbbrevOp::Char6:
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 376 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 220 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
803 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 221 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
839 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 805 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]

Completed in 240 milliseconds