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

1 2

  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 112 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META))
150 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG))
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp 118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) {
NaClBitstreamReader.cpp 71 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
73 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) {
388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true;
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 26 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) {
326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true;
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 388 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
390 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) {
582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true;
  /external/llvm/unittests/Bitcode/
BitstreamReaderTest.cpp 198 Stream.EnterSubblock(BlockID, 3);
225 ASSERT_FALSE(Stream.EnterSubBlock(BlockID));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 446 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 158 if (Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID))
463 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3);
545 if (InStream.EnterSubBlock(CONTROL_BLOCK_ID))
554 if (InStream.EnterSubBlock(AST_BLOCK_ID))
702 Stream.EnterSubblock(GLOBAL_INDEX_BLOCK_ID, 3);
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 420 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID))
522 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW))
733 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_OLD))
922 if (Stream.EnterSubBlock(bitc::TYPE_SYMTAB_BLOCK_ID_OLD))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 838 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID))
896 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 4156 milliseconds

1 2