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

  /external/swiftshader/third_party/subzero/unittest/
IceParseTypesTest.cpp 32 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_NUMENTRY, 2, Terminator,
79 naclbitc::TYPE_CODE_NUMENTRY, 18446744073709547964ULL, Terminator};
IceParseInstsTest.cpp 42 3, naclbitc::TYPE_CODE_NUMENTRY, 3, Terminator,
82 3, naclbitc::TYPE_CODE_NUMENTRY, 4, Terminator,
151 3, naclbitc::TYPE_CODE_NUMENTRY, 2, Terminator,
232 3, naclbitc::TYPE_CODE_NUMENTRY, 3, Terminator,
313 3, naclbitc::TYPE_CODE_NUMENTRY, 3, Terminator,
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
LLVMBitCodes.h 85 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 82 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 130 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 134 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 170 case bitc::TYPE_CODE_NUMENTRY: return "NUMENTRY";
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 566 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
567 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
570 return Error("Invalid TYPE_CODE_NUMENTRY record");
793 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
794 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
797 return Error("Invalid TYPE_CODE_NUMENTRY record");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 250 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 853 // The expected number of types, based on record TYPE_CODE_NUMENTRY.
868 case naclbitc::TYPE_CODE_NUMENTRY: {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 662 milliseconds