Lines Matching refs:IndexedInstrProf

309           IndexedInstrProf::ComputeHash(FuncName.trim()));  in readTemporalProfTraceData()
367 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData()
845 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
888 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
905 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()
926 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
968 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
1109 return Magic == IndexedInstrProf::Magic; in hasFormat()
1113 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
1115 using namespace IndexedInstrProf; in readSummary()
1118 if (Version >= IndexedInstrProf::Version4) { in readSummary()
1119 const IndexedInstrProf::Summary *SummaryInLE = in readSummary()
1120 reinterpret_cast<const IndexedInstrProf::Summary *>(Cur); in readSummary()
1126 IndexedInstrProf::Summary::getSize(NFields, NEntries); in readSummary()
1127 std::unique_ptr<IndexedInstrProf::Summary> SummaryData = in readSummary()
1128 IndexedInstrProf::allocSummary(SummarySize); in readSummary()
1137 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary()
1175 auto HeaderOr = IndexedInstrProf::Header::readFromBuffer(Start); in readHeader()
1179 const IndexedInstrProf::Header *Header = &HeaderOr.get(); in readHeader()
1182 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
1186 readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
1189 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
1191 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()