Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitCodes.h49 UNABBREV_RECORD = 3, enumerator
DBitstreamWriter.h414 EmitCode(bitc::UNABBREV_RECORD);
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp138 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord()
197 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp426 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
441 if (Entry.ID != bitc::UNABBREV_RECORD) in ParseBlock()
/external/llvm/docs/
DBitCodeFormat.rst156 * 3 - `UNABBREV_RECORD`_ --- This ID specifies the definition of an
238 UNABBREV_RECORD Encoding
242 [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 both
250 requires emitting the ``UNABBREV_RECORD`` abbrevid, a vbr6 for the
267 `UNABBREV_RECORD`_ type, and allows the abbreviation types to be specified in
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp363 case llvm::bitc::UNABBREV_RECORD: in readToNextRecordOrBlock()