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 95 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._].
123 case Char6:
130 /// isChar6 - Return true if this character is legal in the Char6 encoding.
144 llvm_unreachable("Not a value Char6 character!");
148 assert((V & ~63) == 0 && "Not a Char6 encoded character!");
154 llvm_unreachable("Not a value Char6 character!");
BitstreamWriter.h 303 case BitCodeAbbrevOp::Char6:
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 107 case BitCodeAbbrevOp::Char6:
127 case BitCodeAbbrevOp::Char6:
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 270 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
847 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 267 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
780 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 217 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
734 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
832 --NumElts; // Don't encode the null, which isn't allowed by char6.
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 226 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
807 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]

Completed in 62 milliseconds