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 606 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
607 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
610 return Error("Invalid TYPE_CODE_NUMENTRY record");
833 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
834 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
837 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 885 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
886 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
889 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 250 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 313 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 252 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 541 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
542 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
545 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]

Completed in 3145 milliseconds