Lines Matching refs:TestFilename
298 cl::opt<std::string> TestFilename(cl::Positional, cl::Required, variable
589 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument
594 auto ReaderOrErr = InstrProfReader::create(TestFilename, *FS); in overlapInput()
600 TestFilename); in overlapInput()
1661 const std::string &TestFilename, in overlapInstrProfile() argument
1669 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1677 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
1681 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1840 const std::string &TestFilename, in SampleOverlapAggregator() argument
1843 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1896 std::string TestFilename; member in __anon4d4e49c11211::SampleOverlapAggregator
2010 OS << "Sum of sample counts for profile " << TestFilename << " is 0.\n"; in detectZeroSampleProfile()
2413 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap()
2558 auto TestReaderOrErr = SampleProfileReader::create(TestFilename, Context, *FS, in loadProfiles()
2561 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2569 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2589 const std::string &TestFilename, in overlapSampleProfile() argument
2597 BaseFilename, TestFilename, in overlapSampleProfile()
2620 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
2624 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()