Lines Matching refs:IndexedInstrProf

306           IndexedInstrProf::ComputeHash(FuncName.trim()));  in readTemporalProfTraceData()
364 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData()
372 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData()
884 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
926 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
942 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()
961 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
1003 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
1144 return Magic == IndexedInstrProf::Magic; in hasFormat()
1148 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
1150 using namespace IndexedInstrProf; in readSummary()
1153 if (Version >= IndexedInstrProf::Version4) { in readSummary()
1154 const IndexedInstrProf::Summary *SummaryInLE = in readSummary()
1155 reinterpret_cast<const IndexedInstrProf::Summary *>(Cur); in readSummary()
1161 IndexedInstrProf::Summary::getSize(NFields, NEntries); in readSummary()
1162 std::unique_ptr<IndexedInstrProf::Summary> SummaryData = in readSummary()
1163 IndexedInstrProf::allocSummary(SummarySize); in readSummary()
1172 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary()
1353 auto HeaderOr = IndexedInstrProf::Header::readFromBuffer(Start); in readHeader()
1357 const IndexedInstrProf::Header *Header = &HeaderOr.get(); in readHeader()
1360 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
1363 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
1366 IndexedInstrProf::HashT HashType = in readHeader()
1367 static_cast<IndexedInstrProf::HashT>(Header->HashType); in readHeader()
1368 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()