Lines Matching refs:InstrProfRecord
133 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitKeyDataLength()
157 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitData()
232 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in overlapRecord()
237 InstrProfRecord &Dest = Where->second; in overlapRecord()
247 InstrProfRecord &&I, uint64_t Weight, in addRecord()
254 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()
255 InstrProfRecord &Dest = Where->second; in addRecord()
416 const InstrProfRecord &IPR = Func.second; in shouldEncodeData()
1036 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord()
1053 const InstrProfRecord &Func, in writeRecordInText()
1117 using FuncPair = detail::DenseMapPair<uint64_t, InstrProfRecord>; in writeText()