Home
last modified time | relevance | path

Searched refs:DEFINE_ABBREV (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp74 Parser->Record.Entry.ID = naclbitc::DEFINE_ABBREV; in ProcessAbbreviation()
144 if (Record.GetEntryID() == naclbitc::DEFINE_ABBREV) { in ParseBlockInternal()
DNaClBitstreamReader.cpp417 if (Entry.ID == naclbitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
/external/llvm/include/llvm/Bitcode/
DBitCodes.h46 DEFINE_ABBREV = 2, enumerator
DBitstreamReader.h486 if (Code == bitc::DEFINE_ABBREV &&
DBitstreamWriter.h477 EmitCode(bitc::DEFINE_ABBREV); in EncodeAbbrev()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h54 DEFINE_ABBREV = 2, enumerator
DBitstreamReader.h423 if (Code == bitc::DEFINE_ABBREV &&
DBitstreamWriter.h472 EmitCode(bitc::DEFINE_ABBREV); in EncodeAbbrev()
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitCodes.h54 DEFINE_ABBREV = 2, enumerator
DBitstreamReader.h424 if (Code == bitc::DEFINE_ABBREV &&
DBitstreamWriter.h555 EmitCode(bitc::DEFINE_ABBREV); in EncodeAbbrev()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h51 DEFINE_ABBREV = 2, enumerator
DNaClBitstreamReader.h591 if (Code == naclbitc::DEFINE_ABBREV && in advance()
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp93 case llvm::bitc::DEFINE_ABBREV: in skipUntilRecordOrBlock()
/external/llvm/docs/
DBitCodeFormat.rst155 * 2 - `DEFINE_ABBREV`_ --- This defines a new abbreviation.
296 DEFINE_ABBREV Encoding
300 [DEFINE_ABBREV, numabbrevops\ :sub:`vbr5`, abbrevop0, abbrevop1, ...]
303 A ``DEFINE_ABBREV`` record adds an abbreviation to the list of currently defined
312 An abbreviation definition consists of the ``DEFINE_ABBREV`` abbrevid followed
415 [DEFINE_ABBREV, ...]
424 Standard ``DEFINE_ABBREV`` records can occur inside ``BLOCKINFO`` blocks, but
428 IDs as described in `DEFINE_ABBREV`_.
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp347 if (Entry.ID == bitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
/external/llvm-project/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp145 case llvm::bitc::DEFINE_ABBREV: in skipUntilRecordOrBlock()
/external/llvm-project/llvm/docs/
DBitCodeFormat.rst157 * 2 - `DEFINE_ABBREV`_ --- This defines a new abbreviation.
298 DEFINE_ABBREV Encoding
302 [DEFINE_ABBREV, numabbrevops\ :sub:`vbr5`, abbrevop0, abbrevop1, ...]
305 A ``DEFINE_ABBREV`` record adds an abbreviation to the list of currently defined
314 An abbreviation definition consists of the ``DEFINE_ABBREV`` abbrevid followed
417 [DEFINE_ABBREV, ...]
426 Standard ``DEFINE_ABBREV`` records can occur inside ``BLOCKINFO`` blocks, but
430 IDs as described in `DEFINE_ABBREV`_.
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp434 if (Entry.ID == bitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp431 if (Entry.ID == bitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp561 if (Entry.ID == bitc::DEFINE_ABBREV) { in ParseBlock()
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeReader.cpp677 case llvm::bitc::DEFINE_ABBREV: in skipUntilRecordOrBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp828 if (Entry.ID == bitc::DEFINE_ABBREV) { in parseBlock()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp835 if (Entry.ID == bitc::DEFINE_ABBREV) { in parseBlock()
/external/clang/lib/Serialization/
DASTReader.cpp1389 if (Code != llvm::bitc::DEFINE_ABBREV) { in ReadBlockAbbrevs()

12