Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4676 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary() local
4677 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writePerModuleGlobalValueSummary()
4679 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()
4682 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writePerModuleGlobalValueSummary()
4683 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writePerModuleGlobalValueSummary()
4928 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary() local
4929 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writeCombinedGlobalValueSummary()
4931 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()
4934 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeCombinedGlobalValueSummary()
4935 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writeCombinedGlobalValueSummary()