Lines Matching defs:StackIdAbbv
4354 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>();
4355 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS));
4357 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
4358 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
4359 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv));
4526 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>();
4527 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS));
4529 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
4530 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
4531 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv));