Searched refs:RawProfData (Results 1 – 1 of 1) sorted by relevance
443 using RawProfData = RawInstrProf::ProfileData<IntPtrT>; in correlateProfileDataImpl() typedef448 const RawProfData *DataStart = (const RawProfData *)this->Ctx->DataStart; in correlateProfileDataImpl()449 const RawProfData *DataEnd = (const RawProfData *)this->Ctx->DataEnd; in correlateProfileDataImpl()451 for (const RawProfData *I = DataStart; I < DataEnd; ++I) { in correlateProfileDataImpl()461 (I - DataStart) * sizeof(RawProfData)); in correlateProfileDataImpl()