Searched refs:UNABBREV_RECORD (Results 1 – 6 of 6) sorted by relevance
49 UNABBREV_RECORD = 3, enumerator
414 EmitCode(bitc::UNABBREV_RECORD);
138 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord()197 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
426 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()441 if (Entry.ID != bitc::UNABBREV_RECORD) in ParseBlock()
156 * 3 - `UNABBREV_RECORD`_ --- This ID specifies the definition of an238 UNABBREV_RECORD Encoding242 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]245 An ``UNABBREV_RECORD`` provides a default fallback encoding, which is both250 requires emitting the ``UNABBREV_RECORD`` abbrevid, a vbr6 for the267 `UNABBREV_RECORD`_ type, and allows the abbreviation types to be specified in
363 case llvm::bitc::UNABBREV_RECORD: in readToNextRecordOrBlock()