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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 83 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 168 case bitc::TYPE_CODE_NUMENTRY: return "NUMENTRY";
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 595 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
596 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
599 return Error("Invalid TYPE_CODE_NUMENTRY record");
822 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
823 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
826 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 874 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
875 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
878 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 258 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 312 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 251 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 568 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
569 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
572 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]

Completed in 164 milliseconds