Lines Matching refs:Abbv

1028   auto Abbv = std::make_shared<BitCodeAbbrev>();  in writeTypeTable()  local
1029 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_OPAQUE_POINTER)); in writeTypeTable()
1030 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in writeTypeTable()
1031 unsigned OpaquePtrAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1034 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable()
1035 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION)); in writeTypeTable()
1036 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in writeTypeTable()
1037 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeTypeTable()
1038 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable()
1039 unsigned FunctionAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1042 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable()
1043 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_ANON)); in writeTypeTable()
1044 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable()
1045 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeTypeTable()
1046 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable()
1047 unsigned StructAnonAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1050 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable()
1051 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_NAME)); in writeTypeTable()
1052 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeTypeTable()
1053 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeTypeTable()
1054 unsigned StructNameAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1057 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable()
1058 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_NAMED)); in writeTypeTable()
1059 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable()
1060 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeTypeTable()
1061 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable()
1062 unsigned StructNamedAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1065 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable()
1066 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in writeTypeTable()
1067 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size in writeTypeTable()
1068 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable()
1069 unsigned ArrayAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1367 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeValueSymbolTableForwardDecl() local
1368 Abbv->Add(BitCodeAbbrevOp(bitc::MODULE_CODE_VSTOFFSET)); in writeValueSymbolTableForwardDecl()
1372 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeValueSymbolTableForwardDecl()
1373 unsigned VSTOffsetAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeValueSymbolTableForwardDecl()
1474 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() local
1475 Abbv->Add(BitCodeAbbrevOp(bitc::MODULE_CODE_GLOBALVAR)); in writeModuleInfo()
1476 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModuleInfo()
1477 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModuleInfo()
1478 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo()
1480 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // AddrSpace << 2 in writeModuleInfo()
1483 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer. in writeModuleInfo()
1484 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 5)); // Linkage. in writeModuleInfo()
1486 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo()
1489 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo()
1493 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo()
1495 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo()
1498 SimpleGVarAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleInfo()
1512 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() local
1513 Abbv->Add(BitCodeAbbrevOp(bitc::MODULE_CODE_SOURCE_FILENAME)); in writeModuleInfo()
1514 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeModuleInfo()
1515 Abbv->Add(AbbrevOpToUse); in writeModuleInfo()
1516 unsigned FilenameAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleInfo()
1737 auto Abbv = std::make_shared<BitCodeAbbrev>(); in createDILocationAbbrev() local
1738 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_LOCATION)); in createDILocationAbbrev()
1739 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createDILocationAbbrev()
1740 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createDILocationAbbrev()
1741 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in createDILocationAbbrev()
1742 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createDILocationAbbrev()
1743 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createDILocationAbbrev()
1744 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createDILocationAbbrev()
1745 return Stream.EmitAbbrev(std::move(Abbv)); in createDILocationAbbrev()
1768 auto Abbv = std::make_shared<BitCodeAbbrev>(); in createGenericDINodeAbbrev() local
1769 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_GENERIC_DEBUG)); in createGenericDINodeAbbrev()
1770 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createGenericDINodeAbbrev()
1771 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createGenericDINodeAbbrev()
1772 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createGenericDINodeAbbrev()
1773 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createGenericDINodeAbbrev()
1774 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in createGenericDINodeAbbrev()
1775 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createGenericDINodeAbbrev()
1776 return Stream.EmitAbbrev(std::move(Abbv)); in createGenericDINodeAbbrev()
2287 auto Abbv = std::make_shared<BitCodeAbbrev>(); in createNamedMetadataAbbrev() local
2288 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_NAME)); in createNamedMetadataAbbrev()
2289 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in createNamedMetadataAbbrev()
2290 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in createNamedMetadataAbbrev()
2291 return Stream.EmitAbbrev(std::move(Abbv)); in createNamedMetadataAbbrev()
2316 auto Abbv = std::make_shared<BitCodeAbbrev>(); in createMetadataStringsAbbrev() local
2317 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_STRINGS)); in createMetadataStringsAbbrev()
2318 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # of strings in createMetadataStringsAbbrev()
2319 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // offset to chars in createMetadataStringsAbbrev()
2320 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); in createMetadataStringsAbbrev()
2321 return Stream.EmitAbbrev(std::move(Abbv)); in createMetadataStringsAbbrev()
2419 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleMetadata() local
2420 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_INDEX_OFFSET)); in writeModuleMetadata()
2421 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModuleMetadata()
2422 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModuleMetadata()
2423 unsigned OffsetAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleMetadata()
2425 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleMetadata()
2426 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_INDEX)); in writeModuleMetadata()
2427 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeModuleMetadata()
2428 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in writeModuleMetadata()
2429 unsigned IndexAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleMetadata()
2637 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeConstants() local
2638 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE)); in writeConstants()
2639 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeConstants()
2640 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in writeConstants()
2641 AggregateAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
2644 Abbv = std::make_shared<BitCodeAbbrev>(); in writeConstants()
2645 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_STRING)); in writeConstants()
2646 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeConstants()
2647 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeConstants()
2648 String8Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
2650 Abbv = std::make_shared<BitCodeAbbrev>(); in writeConstants()
2651 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2652 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeConstants()
2653 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in writeConstants()
2654 CString7Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
2656 Abbv = std::make_shared<BitCodeAbbrev>(); in writeConstants()
2657 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2658 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeConstants()
2659 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeConstants()
2660 CString6Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
3430 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeGlobalValueSymbolTable() local
3431 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_FNENTRY)); in writeGlobalValueSymbolTable()
3432 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // value id in writeGlobalValueSymbolTable()
3433 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // funcoffset in writeGlobalValueSymbolTable()
3434 unsigned FnEntryAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeGlobalValueSymbolTable()
3721 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3722 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); in writeBlockInfo()
3723 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeBlockInfo()
3724 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeBlockInfo()
3725 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeBlockInfo()
3726 if (Stream.EmitBlockInfoAbbrev(bitc::VALUE_SYMTAB_BLOCK_ID, Abbv) != in writeBlockInfo()
3732 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3733 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in writeBlockInfo()
3734 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeBlockInfo()
3735 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeBlockInfo()
3736 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in writeBlockInfo()
3737 if (Stream.EmitBlockInfoAbbrev(bitc::VALUE_SYMTAB_BLOCK_ID, Abbv) != in writeBlockInfo()
3742 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3743 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in writeBlockInfo()
3744 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeBlockInfo()
3745 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeBlockInfo()
3746 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeBlockInfo()
3747 if (Stream.EmitBlockInfoAbbrev(bitc::VALUE_SYMTAB_BLOCK_ID, Abbv) != in writeBlockInfo()
3752 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3753 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_BBENTRY)); in writeBlockInfo()
3754 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeBlockInfo()
3755 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeBlockInfo()
3756 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeBlockInfo()
3757 if (Stream.EmitBlockInfoAbbrev(bitc::VALUE_SYMTAB_BLOCK_ID, Abbv) != in writeBlockInfo()
3763 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3764 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_SETTYPE)); in writeBlockInfo()
3765 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeBlockInfo()
3767 if (Stream.EmitBlockInfoAbbrev(bitc::CONSTANTS_BLOCK_ID, Abbv) != in writeBlockInfo()
3773 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3774 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
3775 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeBlockInfo()
3776 if (Stream.EmitBlockInfoAbbrev(bitc::CONSTANTS_BLOCK_ID, Abbv) != in writeBlockInfo()
3782 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3783 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in writeBlockInfo()
3784 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // cast opc in writeBlockInfo()
3785 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, // typeid in writeBlockInfo()
3787 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // value id in writeBlockInfo()
3789 if (Stream.EmitBlockInfoAbbrev(bitc::CONSTANTS_BLOCK_ID, Abbv) != in writeBlockInfo()
3794 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3795 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_NULL)); in writeBlockInfo()
3796 if (Stream.EmitBlockInfoAbbrev(bitc::CONSTANTS_BLOCK_ID, Abbv) != in writeBlockInfo()
3804 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3805 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in writeBlockInfo()
3806 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Ptr in writeBlockInfo()
3807 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, // dest ty in writeBlockInfo()
3809 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // Align in writeBlockInfo()
3810 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // volatile in writeBlockInfo()
3811 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3816 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3817 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP)); in writeBlockInfo()
3818 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LHS in writeBlockInfo()
3819 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc in writeBlockInfo()
3820 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3825 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3826 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP)); in writeBlockInfo()
3827 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LHS in writeBlockInfo()
3828 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc in writeBlockInfo()
3829 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // flags in writeBlockInfo()
3830 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3835 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3836 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in writeBlockInfo()
3837 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LHS in writeBlockInfo()
3838 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // RHS in writeBlockInfo()
3839 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc in writeBlockInfo()
3840 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3845 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3846 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in writeBlockInfo()
3847 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LHS in writeBlockInfo()
3848 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // RHS in writeBlockInfo()
3849 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc in writeBlockInfo()
3850 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // flags in writeBlockInfo()
3851 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3856 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3857 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
3858 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // OpVal in writeBlockInfo()
3859 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, // dest ty in writeBlockInfo()
3861 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc in writeBlockInfo()
3862 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3867 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3868 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
3869 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // OpVal in writeBlockInfo()
3870 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, // dest ty in writeBlockInfo()
3872 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc in writeBlockInfo()
3873 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // flags in writeBlockInfo()
3874 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3880 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3881 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
3882 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3887 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3888 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
3889 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ValID in writeBlockInfo()
3890 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3895 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3896 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
3897 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3902 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3903 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
3904 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); in writeBlockInfo()
3905 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, // dest ty in writeBlockInfo()
3907 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeBlockInfo()
3908 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in writeBlockInfo()
3909 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3914 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlockInfo() local
3915 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_DEBUG_RECORD_VALUE_SIMPLE)); in writeBlockInfo()
3916 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // dbgloc in writeBlockInfo()
3917 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // var in writeBlockInfo()
3918 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // expr in writeBlockInfo()
3919 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // val in writeBlockInfo()
3920 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in writeBlockInfo()
3935 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings() local
3936 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3937 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModStrings()
3938 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeModStrings()
3939 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeModStrings()
3940 unsigned Abbrev8Bit = Stream.EmitAbbrev(std::move(Abbv)); in writeModStrings()
3943 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings()
3944 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3945 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModStrings()
3946 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeModStrings()
3947 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in writeModStrings()
3948 unsigned Abbrev7Bit = Stream.EmitAbbrev(std::move(Abbv)); in writeModStrings()
3951 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings()
3952 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3953 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModStrings()
3954 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeModStrings()
3955 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeModStrings()
3956 unsigned Abbrev6Bit = Stream.EmitAbbrev(std::move(Abbv)); in writeModStrings()
3959 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings()
3960 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_HASH)); in writeModStrings()
3961 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModStrings()
3962 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModStrings()
3963 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModStrings()
3964 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModStrings()
3965 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeModStrings()
3966 unsigned AbbrevHash = Stream.EmitAbbrev(std::move(Abbv)); in writeModStrings()
4364 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary() local
4365 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE_PROFILE)); in writePerModuleGlobalValueSummary()
4366 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4367 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // flags in writePerModuleGlobalValueSummary()
4368 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // instcount in writePerModuleGlobalValueSummary()
4369 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // fflags in writePerModuleGlobalValueSummary()
4370 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numrefs in writePerModuleGlobalValueSummary()
4371 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // rorefcnt in writePerModuleGlobalValueSummary()
4372 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // worefcnt in writePerModuleGlobalValueSummary()
4374 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4375 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4376 unsigned FSCallsProfileAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4379 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4380 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE_RELBF)); in writePerModuleGlobalValueSummary()
4381 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4382 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writePerModuleGlobalValueSummary()
4383 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // instcount in writePerModuleGlobalValueSummary()
4384 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // fflags in writePerModuleGlobalValueSummary()
4385 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numrefs in writePerModuleGlobalValueSummary()
4386 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // rorefcnt in writePerModuleGlobalValueSummary()
4387 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // worefcnt in writePerModuleGlobalValueSummary()
4389 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4390 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4391 unsigned FSCallsRelBFAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4394 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4395 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE_GLOBALVAR_INIT_REFS)); in writePerModuleGlobalValueSummary()
4396 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4397 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writePerModuleGlobalValueSummary()
4398 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); // valueids in writePerModuleGlobalValueSummary()
4399 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4400 unsigned FSModRefsAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4403 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4404 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE_VTABLE_GLOBALVAR_INIT_REFS)); in writePerModuleGlobalValueSummary()
4405 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4406 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writePerModuleGlobalValueSummary()
4407 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numrefs in writePerModuleGlobalValueSummary()
4409 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4410 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4411 unsigned FSModVTableRefsAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4414 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4415 Abbv->Add(BitCodeAbbrevOp(bitc::FS_ALIAS)); in writePerModuleGlobalValueSummary()
4416 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4417 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writePerModuleGlobalValueSummary()
4418 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4419 unsigned FSAliasAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4422 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4423 Abbv->Add(BitCodeAbbrevOp(bitc::FS_TYPE_ID_METADATA)); in writePerModuleGlobalValueSummary()
4424 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // typeid strtab index in writePerModuleGlobalValueSummary()
4425 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // typeid length in writePerModuleGlobalValueSummary()
4427 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4428 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4429 unsigned TypeIdCompatibleVtableAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4431 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4432 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE_CALLSITE_INFO)); in writePerModuleGlobalValueSummary()
4433 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writePerModuleGlobalValueSummary()
4435 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4436 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4437 unsigned CallsiteAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4439 Abbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary()
4440 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE_ALLOC_INFO)); in writePerModuleGlobalValueSummary()
4441 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // nummib in writePerModuleGlobalValueSummary()
4444 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4445 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4446 unsigned AllocAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writePerModuleGlobalValueSummary()
4536 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary() local
4537 Abbv->Add(BitCodeAbbrevOp(bitc::FS_COMBINED_PROFILE)); in writeCombinedGlobalValueSummary()
4538 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writeCombinedGlobalValueSummary()
4539 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // modid in writeCombinedGlobalValueSummary()
4540 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writeCombinedGlobalValueSummary()
4541 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // instcount in writeCombinedGlobalValueSummary()
4542 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // fflags in writeCombinedGlobalValueSummary()
4543 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // entrycount in writeCombinedGlobalValueSummary()
4544 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numrefs in writeCombinedGlobalValueSummary()
4545 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // rorefcnt in writeCombinedGlobalValueSummary()
4546 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // worefcnt in writeCombinedGlobalValueSummary()
4548 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()
4549 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()
4550 unsigned FSCallsProfileAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeCombinedGlobalValueSummary()
4553 Abbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary()
4554 Abbv->Add(BitCodeAbbrevOp(bitc::FS_COMBINED_GLOBALVAR_INIT_REFS)); in writeCombinedGlobalValueSummary()
4555 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writeCombinedGlobalValueSummary()
4556 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // modid in writeCombinedGlobalValueSummary()
4557 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writeCombinedGlobalValueSummary()
4558 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); // valueids in writeCombinedGlobalValueSummary()
4559 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()
4560 unsigned FSModRefsAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeCombinedGlobalValueSummary()
4563 Abbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary()
4564 Abbv->Add(BitCodeAbbrevOp(bitc::FS_COMBINED_ALIAS)); in writeCombinedGlobalValueSummary()
4565 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writeCombinedGlobalValueSummary()
4566 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // modid in writeCombinedGlobalValueSummary()
4567 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // flags in writeCombinedGlobalValueSummary()
4568 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writeCombinedGlobalValueSummary()
4569 unsigned FSAliasAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeCombinedGlobalValueSummary()
4571 Abbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary()
4572 Abbv->Add(BitCodeAbbrevOp(bitc::FS_COMBINED_CALLSITE_INFO)); in writeCombinedGlobalValueSummary()
4573 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // valueid in writeCombinedGlobalValueSummary()
4574 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numstackindices in writeCombinedGlobalValueSummary()
4575 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numver in writeCombinedGlobalValueSummary()
4577 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()
4578 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()
4579 unsigned CallsiteAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeCombinedGlobalValueSummary()
4581 Abbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary()
4582 Abbv->Add(BitCodeAbbrevOp(bitc::FS_COMBINED_ALLOC_INFO)); in writeCombinedGlobalValueSummary()
4583 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // nummib in writeCombinedGlobalValueSummary()
4584 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // numver in writeCombinedGlobalValueSummary()
4588 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()
4589 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()
4590 unsigned AllocAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeCombinedGlobalValueSummary()
4828 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeIdentificationBlock() local
4829 Abbv->Add(BitCodeAbbrevOp(bitc::IDENTIFICATION_CODE_STRING)); in writeIdentificationBlock()
4830 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeIdentificationBlock()
4831 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in writeIdentificationBlock()
4832 auto StringAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeIdentificationBlock()
4837 Abbv = std::make_shared<BitCodeAbbrev>(); in writeIdentificationBlock()
4838 Abbv->Add(BitCodeAbbrevOp(bitc::IDENTIFICATION_CODE_EPOCH)); in writeIdentificationBlock()
4839 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in writeIdentificationBlock()
4840 auto EpochAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeIdentificationBlock()
5020 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlob() local
5021 Abbv->Add(BitCodeAbbrevOp(Record)); in writeBlob()
5022 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); in writeBlob()
5023 auto AbbrevNo = Stream->EmitAbbrev(std::move(Abbv)); in writeBlob()
5213 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeSimplifiedModuleInfo() local
5214 Abbv->Add(BitCodeAbbrevOp(bitc::MODULE_CODE_SOURCE_FILENAME)); in writeSimplifiedModuleInfo()
5215 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeSimplifiedModuleInfo()
5216 Abbv->Add(AbbrevOpToUse); in writeSimplifiedModuleInfo()
5217 unsigned FilenameAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeSimplifiedModuleInfo()