Lines Matching refs:InstrProfRecord
123 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitKeyDataLength()
145 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitData()
210 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in overlapRecord()
215 InstrProfRecord &Dest = Where->second; in overlapRecord()
226 InstrProfRecord &&I, uint64_t Weight, in addRecord()
233 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()
234 InstrProfRecord &Dest = Where->second; in addRecord()
264 const InstrProfRecord &IPR = Func.second; in shouldEncodeData()
410 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
432 const InstrProfRecord &Func, in writeRecordInText()
481 using FuncPair = detail::DenseMapPair<uint64_t, InstrProfRecord>; in writeText()