Lines Matching refs:InstrProfRecord
131 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitKeyDataLength()
155 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitData()
226 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in overlapRecord()
231 InstrProfRecord &Dest = Where->second; in overlapRecord()
241 InstrProfRecord &&I, uint64_t Weight, in addRecord()
248 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()
249 InstrProfRecord &Dest = Where->second; in addRecord()
386 const InstrProfRecord &IPR = Func.second; in shouldEncodeData()
692 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
711 const InstrProfRecord &Func, in writeRecordInText()
776 using FuncPair = detail::DenseMapPair<uint64_t, InstrProfRecord>; in writeText()