Lines Matching refs:IndexedInstrProf
114 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
314 static void setSummary(IndexedInstrProf::Summary *TheSummary, in setSummary()
316 using namespace IndexedInstrProf; in setSummary()
332 using namespace IndexedInstrProf; in writeImpl()
347 IndexedInstrProf::Header Header; in writeImpl()
348 Header.Magic = IndexedInstrProf::Magic; in writeImpl()
349 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
365 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); in writeImpl()
368 int N = sizeof(IndexedInstrProf::Header) / sizeof(uint64_t); in writeImpl()
464 std::unique_ptr<IndexedInstrProf::Summary> TheSummary = in writeImpl()
465 IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
473 std::unique_ptr<IndexedInstrProf::Summary> TheCSSummary = nullptr; in writeImpl()
475 TheCSSummary = IndexedInstrProf::allocSummary(SummarySize); in writeImpl()