Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitstream/
DBitCodes.h42 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._]. enumerator
74 case Char6: in hasEncodingData()
DBitstreamWriter.h359 case BitCodeAbbrevOp::Char6: in EmitAbbreviatedField()
/openbsd/src/gnu/llvm/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp86 case BitCodeAbbrevOp::Char6: in readAbbreviatedField()
181 case BitCodeAbbrevOp::Char6: in skipRecord()
317 case BitCodeAbbrevOp::Char6: in readRecord()
/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h125 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6)); in emitOp()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp935 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeTypeTable()
1376 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6); in writeModuleInfo()
2519 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeConstants()
3537 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeBlockInfo()
3547 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeBlockInfo()
3724 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeModStrings()
4609 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeIdentificationBlock()
4975 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6); in writeSimplifiedModuleInfo()
/openbsd/src/gnu/llvm/llvm/docs/
DBitCodeFormat.rst349 * Char6 (code 4): This field should be emitted as a `char6-encoded value`_.
350 This operand type takes no extra data. Char6 encoding is normally used as an
369 [0, Char6]