Searched refs:DEFINE_ABBREV (Results 1 – 17 of 17) sorted by relevance
76 Parser->Record.Entry.ID = naclbitc::DEFINE_ABBREV; in ProcessAbbreviation()144 if (Record.GetEntryID() == naclbitc::DEFINE_ABBREV) { in ParseBlockInternal()
416 if (Entry.ID == naclbitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
46 DEFINE_ABBREV = 2, enumerator
486 if (Code == bitc::DEFINE_ABBREV &&
477 EmitCode(bitc::DEFINE_ABBREV); in EncodeAbbrev()
44 DEFINE_ABBREV = 2, enumerator
457 EmitCode(bitc::DEFINE_ABBREV); in EncodeAbbrev()
599 if (Code == bitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
447 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 …]
155 * 2 - `DEFINE_ABBREV`_ --- This defines a new abbreviation.296 DEFINE_ABBREV Encoding300 [DEFINE_ABBREV, numabbrevops\ :sub:`vbr5`, abbrevop0, abbrevop1, ...]303 A ``DEFINE_ABBREV`` record adds an abbreviation to the list of currently defined312 An abbreviation definition consists of the ``DEFINE_ABBREV`` abbrevid followed415 [DEFINE_ABBREV, ...]424 Standard ``DEFINE_ABBREV`` records can occur inside ``BLOCKINFO`` blocks, but428 IDs as described in `DEFINE_ABBREV`_.
93 case llvm::bitc::DEFINE_ABBREV: in skipUntilRecordOrBlock()
51 DEFINE_ABBREV = 2, enumerator
592 if (Code == naclbitc::DEFINE_ABBREV && in advance()
347 if (Entry.ID == bitc::DEFINE_ABBREV) { in ReadBlockInfoBlock()
400 case bitc::DEFINE_ABBREV: in ParseBlock()
561 if (Entry.ID == bitc::DEFINE_ABBREV) { in ParseBlock()
1389 if (Code != llvm::bitc::DEFINE_ABBREV) { in ReadBlockAbbrevs()