Lines Matching refs:BaseFilename

295 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required,  variable
588 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
1660 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument
1667 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1669 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1673 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile()
1681 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1839 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1843 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1895 std::string BaseFilename; member in __anon4d4e49c11211::SampleOverlapAggregator
2006 OS << "Sum of sample counts for profile " << BaseFilename << " is 0.\n"; in detectZeroSampleProfile()
2412 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
2553 auto BaseReaderOrErr = SampleProfileReader::create(BaseFilename, Context, *FS, in loadProfiles()
2556 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2567 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2588 void overlapSampleProfile(const std::string &BaseFilename, in overlapSampleProfile() argument
2597 BaseFilename, TestFilename, in overlapSampleProfile()
2620 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
2624 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()