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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 122 TYPE_CODE_STRUCT_NAMED = 20,// STRUCT_NAMED: [ispacked, eltty x N]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 186 case bitc::TYPE_CODE_STRUCT_NAMED: return "STRUCT_NAMED";
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 362 // Abbrev for TYPE_CODE_STRUCT_NAMED.
364 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_NAMED));
443 Code = bitc::TYPE_CODE_STRUCT_NAMED;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 878 case bitc::TYPE_CODE_STRUCT_NAMED: { // STRUCT: [ispacked, eltty x N]
    [all...]

Completed in 40 milliseconds