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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 162 CST_CODE_CSTRING = 9, // CSTRING: [values]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 774 // Abbrev for CST_CODE_CSTRING.
776 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING));
780 // Abbrev for CST_CODE_CSTRING.
782 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 728 // Abbrev for CST_CODE_CSTRING.
730 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING));
734 // Abbrev for CST_CODE_CSTRING.
736 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING));
835 Code = bitc::CST_CODE_CSTRING;
841 bool isCStr7 = Code == bitc::CST_CODE_CSTRING;
842 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 797 // Abbrev for CST_CODE_CSTRING.
799 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING));
803 // Abbrev for CST_CODE_CSTRING.
805 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING));
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 201 case bitc::CST_CODE_CSTRING: return "CSTRING";
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 35 milliseconds