Lines Matching refs:InstrProfRecord
128 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitKeyDataLength()
150 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitData()
214 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in overlapRecord()
219 InstrProfRecord &Dest = Where->second; in overlapRecord()
229 InstrProfRecord &&I, uint64_t Weight, in addRecord()
236 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()
237 InstrProfRecord &Dest = Where->second; in addRecord()
307 const InstrProfRecord &IPR = Func.second; in shouldEncodeData()
525 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
547 const InstrProfRecord &Func, in writeRecordInText()
599 using FuncPair = detail::DenseMapPair<uint64_t, InstrProfRecord>; in writeText()