Lines Matching refs:IndexedInstrProf
119 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
425 static void setSummary(IndexedInstrProf::Summary *TheSummary, in setSummary()
427 using namespace IndexedInstrProf; in setSummary()
782 uint64_t InstrProfWriter::writeHeader(const IndexedInstrProf::Header &Header, in writeHeader()
835 using namespace IndexedInstrProf; in writeImpl()
855 IndexedInstrProf::Header Header; in writeImpl()
857 ? IndexedInstrProf::ProfVersion::Version11 in writeImpl()
858 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
861 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()
862 IndexedInstrProf::ProfVersion::Version12); in writeImpl()
966 std::unique_ptr<IndexedInstrProf::Summary> TheSummary = in writeImpl()
967 IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
975 std::unique_ptr<IndexedInstrProf::Summary> TheCSSummary = nullptr; in writeImpl()
977 TheCSSummary = IndexedInstrProf::allocSummary(SummarySize); in writeImpl()