Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4115 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary() local
4116 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() local
4286 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()