Lines Matching refs:IndexedInstrProf
117 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
395 static void setSummary(IndexedInstrProf::Summary *TheSummary, in setSummary()
397 using namespace IndexedInstrProf; in setSummary()
413 using namespace IndexedInstrProf; in writeImpl()
433 IndexedInstrProf::Header Header; in writeImpl()
434 Header.Magic = IndexedInstrProf::Magic; in writeImpl()
435 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
453 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); in writeImpl()
458 int N = sizeof(IndexedInstrProf::Header) / sizeof(uint64_t); in writeImpl()
621 std::unique_ptr<IndexedInstrProf::Summary> TheSummary = in writeImpl()
622 IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
630 std::unique_ptr<IndexedInstrProf::Summary> TheCSSummary = nullptr; in writeImpl()
632 TheCSSummary = IndexedInstrProf::allocSummary(SummarySize); in writeImpl()