HomeSort by: relevance | last modified time | path
    Searched refs:Char6 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 105 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._].
133 case Char6:
140 /// isChar6 - Return true if this character is legal in the Char6 encoding.
148 llvm_unreachable("Not a value Char6 character!");
152 assert((V & ~63) == 0 && "Not a Char6 encoded character!");
BitstreamWriter.h 364 case BitCodeAbbrevOp::Char6:
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 81 case BitCodeAbbrevOp::Char6:
172 case BitCodeAbbrevOp::Char6:
297 case BitCodeAbbrevOp::Char6:
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeConvenience.h 115 /// Represents a character encoded in LLVM's Char6 encoding.
120 /// \sa http://llvm.org/docs/BitCodeFormat.html#char6-encoded-value
124 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6));
128 assert(llvm::BitCodeAbbrevOp::isChar6(data) && "invalid Char6 data");
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 889 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
1306 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6);
2429 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
2514 --NumElts; // Don't encode the null, which isn't allowed by char6.
3405 { // 6-bit char6 VST_CODE_ENTRY strings.
3410 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
3415 { // 6-bit char6 VST_CODE_BBENTRY strings.
3420 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
3592 // 6-bit char6 MST_ENTRY strings.
3597 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6));
    [all...]

Completed in 23 milliseconds