Searched refs:DescribeRecord (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfWriter.cpp | 46 auto DescribeRecord = [&](unsigned RecordID, StringRef Name) { in PGOCtxProfileWriter() local 53 DescribeRecord(PGOCtxProfileRecords::Version, "Version"); in PGOCtxProfileWriter() 56 DescribeRecord(PGOCtxProfileRecords::Guid, "GUID"); in PGOCtxProfileWriter() 57 DescribeRecord(PGOCtxProfileRecords::TotalRootEntryCount, in PGOCtxProfileWriter() 59 DescribeRecord(PGOCtxProfileRecords::Counters, "Counters"); in PGOCtxProfileWriter() 62 DescribeRecord(PGOCtxProfileRecords::Guid, "GUID"); in PGOCtxProfileWriter() 63 DescribeRecord(PGOCtxProfileRecords::CallsiteIndex, "CalleeIndex"); in PGOCtxProfileWriter() 64 DescribeRecord(PGOCtxProfileRecords::Counters, "Counters"); in PGOCtxProfileWriter() 68 DescribeRecord(PGOCtxProfileRecords::Guid, "GUID"); in PGOCtxProfileWriter() 69 DescribeRecord(PGOCtxProfileRecords::Counters, "Counters"); in PGOCtxProfileWriter()
|