Lines Matching refs:TestFilename

217                          const std::string &TestFilename, WriterContext *WC,  in overlapInput()  argument
221 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput()
226 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput()
1073 const std::string &TestFilename, in overlapInstrProfile() argument
1081 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1089 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
1093 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1256 const std::string &TestFilename, in SampleOverlapAggregator() argument
1259 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1312 std::string TestFilename; member in __anon73ab2c7b0d11::SampleOverlapAggregator
1426 OS << "Sum of sample counts for profile " << TestFilename << " is 0.\n"; in detectZeroSampleProfile()
1829 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap()
1973 auto TestReaderOrErr = SampleProfileReader::create(TestFilename, Context, in loadProfiles()
1976 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1984 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2004 const std::string &TestFilename, in overlapSampleProfile() argument
2012 BaseFilename, TestFilename, in overlapSampleProfile()
2031 cl::opt<std::string> TestFilename(cl::Positional, cl::Required, in overlap_main() local
2066 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
2070 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()