Searched refs:Char6 (Results 1 – 6 of 6) sorted by relevance
42 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._]. enumerator74 case Char6: in hasEncodingData()
359 case BitCodeAbbrevOp::Char6: in EmitAbbreviatedField()
86 case BitCodeAbbrevOp::Char6: in readAbbreviatedField()181 case BitCodeAbbrevOp::Char6: in skipRecord()317 case BitCodeAbbrevOp::Char6: in readRecord()
125 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6)); in emitOp()
935 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()
349 * 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 an369 [0, Char6]