Lines Matching refs:TestFilename

210                          const std::string &TestFilename, WriterContext *WC,  in overlapInput()  argument
214 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput()
219 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput()
998 const std::string &TestFilename, in overlapInstrProfile() argument
1006 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1014 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
1018 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1181 const std::string &TestFilename, in SampleOverlapAggregator() argument
1184 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1234 std::string TestFilename; member in __anon4e4d357f0c11::SampleOverlapAggregator
1348 OS << "Sum of sample counts for profile " << TestFilename << " is 0.\n"; in detectZeroSampleProfile()
1750 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap()
1892 auto TestReaderOrErr = SampleProfileReader::create(TestFilename, Context, in loadProfiles()
1895 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1903 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1932 const std::string &TestFilename, in overlapSampleProfile() argument
1940 BaseFilename, TestFilename, in overlapSampleProfile()
1959 cl::opt<std::string> TestFilename(cl::Positional, cl::Required, in overlap_main() local
1994 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
1998 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()