Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4180 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary() local
4181 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writePerModuleGlobalValueSummary()
4183 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4184 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()
4185 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writePerModuleGlobalValueSummary()
4348 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary() local
4349 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writeCombinedGlobalValueSummary()
4351 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()
4352 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()
4353 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writeCombinedGlobalValueSummary()