Searched defs:AllocAbbrev (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4149 writeFunctionHeapProfileRecords(BitstreamWriter & Stream,FunctionSummary * FS,unsigned CallsiteAbbrev,unsigned AllocAbbrev,bool PerModule,std::function<unsigned (const ValueInfo & VI)> GetValueID,std::function<unsigned (unsigned)> GetStackIndex) writeFunctionHeapProfileRecords() argument 4205 writePerModuleFunctionSummaryRecord(SmallVector<uint64_t,64> & NameVals,GlobalValueSummary * Summary,unsigned ValueID,unsigned FSCallsRelBFAbbrev,unsigned FSCallsProfileAbbrev,unsigned CallsiteAbbrev,unsigned AllocAbbrev,const Function & F) writePerModuleFunctionSummaryRecord() argument 4426 unsigned AllocAbbrev = Stream.EmitAbbrev(std::move(Abbv)); writePerModuleGlobalValueSummary() local 4569 unsigned AllocAbbrev = Stream.EmitAbbrev(std::move(Abbv)); writeCombinedGlobalValueSummary() local
|