Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:IndexedInstrProf

91     return IndexedInstrProf::ComputeHash(K);
197 static void setSummary(IndexedInstrProf::Summary *TheSummary,
199 using namespace IndexedInstrProf;
216 using namespace IndexedInstrProf;
225 IndexedInstrProf::Header Header;
226 Header.Magic = IndexedInstrProf::Magic;
227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion;
231 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType);
233 int N = sizeof(IndexedInstrProf::Header) / sizeof(uint64_t);
258 std::unique_ptr<IndexedInstrProf::Summary> TheSummary =
259 IndexedInstrProf::allocSummary(SummarySize);