Searched refs:StackIdAbbv (Results 1 – 1 of 1) sorted by relevance
4115 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary() local4116 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writePerModuleGlobalValueSummary()4118 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()4119 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()4120 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writePerModuleGlobalValueSummary()4285 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary() local4286 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writeCombinedGlobalValueSummary()4288 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()4289 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()4290 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writeCombinedGlobalValueSummary()