Lines Matching refs:BaseFilename
209 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
997 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument
1004 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1006 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1010 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile()
1018 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1180 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1184 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1233 std::string BaseFilename; member in __anon4e4d357f0c11::SampleOverlapAggregator
1344 OS << "Sum of sample counts for profile " << BaseFilename << " is 0.\n"; in detectZeroSampleProfile()
1749 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
1887 auto BaseReaderOrErr = SampleProfileReader::create(BaseFilename, Context, in loadProfiles()
1890 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1901 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1931 void overlapSampleProfile(const std::string &BaseFilename, in overlapSampleProfile() argument
1940 BaseFilename, TestFilename, in overlapSampleProfile()
1957 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, in overlap_main() local
1994 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
1998 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()