Searched refs:getProfiles (Results 1 – 6 of 6) sorted by relevance
167 ProfileGeneratorBase::create(Binary.get(), Reader->getProfiles(), in main()
296 ASSERT_EQ(3u, Reader->getProfiles().size()); in testRoundTrip()300 ASSERT_EQ(4u, Reader->getProfiles().size()); in testRoundTrip()
583 for (const auto &PD : Reader->getProfiles()) { in adjustInstrProfile()779 SampleProfileMap &Profiles = Reader->getProfiles(); in mergeSampleProfile()1696 const auto &BaseProfiles = BaseReader->getProfiles(); in computeSampleProfileOverlap()1702 const auto &TestProfiles = TestReader->getProfiles(); in computeSampleProfileOverlap()1810 const auto &BaseProf = BaseReader->getProfiles(); in initializeSampleProfileOverlap()1819 const auto &TestProf = TestReader->getProfiles(); in initializeSampleProfileOverlap()2527 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), TopN, OS); in showSampleProfile()
355 for (auto &IFS : CurrentReader.getProfiles()) { in SetGUIDToFuncNameMapForAll()1788 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()2001 Reader->getProfiles(), &GUIDToFuncNameMap); in doInitialization()2030 for (const auto &I : Reader->getProfiles()) in runOnModule()
438 SampleProfileMap &getProfiles() { return Profiles; } in getProfiles() function
1738 for (auto &Sample : Reader.getProfiles()) { in applyRemapping()