Lines Matching refs:naclbitc
52 Parser->Record.Entry.ID = naclbitc::UNABBREV_RECORD; in SetBID()
53 Parser->Record.Data.Code = naclbitc::BLOCKINFO_CODE_SETBID; in SetBID()
63 Parser->Record.Entry.ID = naclbitc::END_BLOCK; in EndBlockInfoBlock()
64 Parser->Record.Data.Code = naclbitc::END_BLOCK; in EndBlockInfoBlock()
66 GlobalBlockID = naclbitc::BLOCKINFO_BLOCK_ID; in EndBlockInfoBlock()
74 Parser->Record.Entry.ID = naclbitc::DEFINE_ABBREV; in ProcessAbbreviation()
75 Parser->Record.Data.Code = naclbitc::BLK_CODE_DEFINE_ABBREV; in ProcessAbbreviation()
87 bool NaClBitcodeParser::ErrorAt(naclbitc::ErrorLevel Level, in ErrorAt()
90 naclbitc::ErrorAt(*ErrStream, Level, BitPosition) << Message << "\n"; in ErrorAt()
91 if (Level == naclbitc::Fatal) in ErrorAt()
144 if (Record.GetEntryID() == naclbitc::DEFINE_ABBREV) { in ParseBlockInternal()