Lines Matching refs:TestFilename
201 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument
205 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput()
210 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput()
923 const std::string &TestFilename, in overlapInstrProfile() argument
931 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
939 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
943 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1106 const std::string &TestFilename, in SampleOverlapAggregator() argument
1109 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1159 std::string TestFilename; member in __anon176d983b0b11::SampleOverlapAggregator
1273 OS << "Sum of sample counts for profile " << TestFilename << " is 0.\n"; in detectZeroSampleProfile()
1673 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap()
1814 auto TestReaderOrErr = SampleProfileReader::create(TestFilename, Context); in loadProfiles()
1816 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1824 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1848 const std::string &TestFilename, in overlapSampleProfile() argument
1856 BaseFilename, TestFilename, in overlapSampleProfile()
1875 cl::opt<std::string> TestFilename(cl::Positional, cl::Required, in overlap_main() local
1907 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
1911 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()