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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 106 TYPE_CODE_ARRAY = 11, // ARRAY: [numelts, eltty]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 178 case bitc::TYPE_CODE_ARRAY: return "ARRAY";
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 371 // Abbrev for TYPE_CODE_ARRAY.
373 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY));
457 Code = bitc::TYPE_CODE_ARRAY;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 925 case bitc::TYPE_CODE_ARRAY: // ARRAY: [numelts, eltty]
    [all...]

Completed in 40 milliseconds