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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 90 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 170 case bitc::TYPE_CODE_NUMENTRY: return "NUMENTRY";
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 381 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 763 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
764 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
    [all...]

Completed in 682 milliseconds