HomeSort by relevance Sort by last modified time
    Searched refs:ENTER_SUBBLOCK (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/swiftshader/third_party/subzero/unittest/
IceParseTypesTest.cpp 28 naclbitc::ENTER_SUBBLOCK, naclbitc::BLK_CODE_ENTER,
30 naclbitc::ENTER_SUBBLOCK, naclbitc::BLK_CODE_ENTER,
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 39 ENTER_SUBBLOCK = 1,
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitCodes.h 37 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
BitstreamReader.h 383 if (Code == bitc::ENTER_SUBBLOCK)
418 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
425 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
444 /// Having read the ENTER_SUBBLOCK abbrevid, enter the block, and return true
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
BitstreamReader.h 383 if (Code == bitc::ENTER_SUBBLOCK)
418 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
425 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
444 /// Having read the ENTER_SUBBLOCK abbrevid, enter the block, and return true
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
BitstreamReader.h 383 if (Code == bitc::ENTER_SUBBLOCK)
418 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
425 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
444 /// Having read the ENTER_SUBBLOCK abbrevid, enter the block, and return true
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
BitstreamReader.h 383 if (Code == bitc::ENTER_SUBBLOCK)
418 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
425 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
444 /// Having read the ENTER_SUBBLOCK abbrevid, enter the block, and return true
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
BitstreamReader.h 383 if (Code == bitc::ENTER_SUBBLOCK)
418 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
425 /// Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip over the body
444 /// Having read the ENTER_SUBBLOCK abbrevid, enter the block, and return true
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 46 ENTER_SUBBLOCK = 1,
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 43 if (Stream.ReadCode() != llvm::bitc::ENTER_SUBBLOCK)
84 case llvm::bitc::ENTER_SUBBLOCK:
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitCodes.h 44 ENTER_SUBBLOCK = 1,
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 389 case bitc::ENTER_SUBBLOCK: {
522 if (Code != bitc::ENTER_SUBBLOCK)

Completed in 387 milliseconds

1 2 3