Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp76 Parser->Record.Entry.ID = naclbitc::DEFINE_ABBREV; in ProcessAbbreviation()
144 if (Record.GetEntryID() == naclbitc::DEFINE_ABBREV) { in ParseBlockInternal()
DNaClBitstreamReader.cpp416 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/include/llvm/Bitcode/
DBitCodes.h44 DEFINE_ABBREV = 2, enumerator
DBitstreamWriter.h457 EmitCode(bitc::DEFINE_ABBREV); in EncodeAbbrev()
DBitstreamReader.h599 if (Code == bitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp447 if (Code == bitc::DEFINE_ABBREV) { in ParseAttributeBlock()
556 if (Code == bitc::DEFINE_ABBREV) { in ParseTypeTableBody()
783 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeTable()
945 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeSymbolTable()
995 if (Code == bitc::DEFINE_ABBREV) { in ParseValueSymbolTable()
1057 if (Code == bitc::DEFINE_ABBREV) { in ParseMetadata()
1219 if (Code == bitc::DEFINE_ABBREV) { in ParseConstants()
1638 if (Code == bitc::DEFINE_ABBREV) { in ParseModule()
1925 if (Code == bitc::DEFINE_ABBREV) { in ParseModuleTriple()
2018 if (Code == bitc::DEFINE_ABBREV) { in ParseMetadataAttachment()
[all …]
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp93 case llvm::bitc::DEFINE_ABBREV: in skipUntilRecordOrBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h51 DEFINE_ABBREV = 2, enumerator
DNaClBitstreamReader.h592 if (Code == naclbitc::DEFINE_ABBREV && in advance()
/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/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp400 case bitc::DEFINE_ABBREV: in ParseBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp561 if (Entry.ID == bitc::DEFINE_ABBREV) { in ParseBlock()
/external/clang/lib/Serialization/
DASTReader.cpp1389 if (Code != llvm::bitc::DEFINE_ABBREV) { in ReadBlockAbbrevs()