Home
last modified time | relevance | path

Searched refs:UNABBREV_RECORD (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitCodes.h50 UNABBREV_RECORD = 3, enumerator
DBitstreamWriter.h415 EmitCode(bitc::UNABBREV_RECORD);
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp103 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord()
162 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp97 case llvm::bitc::UNABBREV_RECORD: in skipUntilRecordOrBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp501 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
519 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
/external/llvm/docs/
DBitCodeFormat.rst157 * 3 - `UNABBREV_RECORD`_ --- This ID specifies the definition of an
239 UNABBREV_RECORD Encoding
243 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
246 An ``UNABBREV_RECORD`` provides a default fallback encoding, which is both
251 requires emitting the ``UNABBREV_RECORD`` abbrevid, a vbr6 for the
268 `UNABBREV_RECORD`_ type, and allows the abbreviation types to be specified in