Lines Matching refs:BaseFilename
216 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
1072 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument
1079 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1081 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1085 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile()
1093 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1255 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1259 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1311 std::string BaseFilename; member in __anon73ab2c7b0d11::SampleOverlapAggregator
1422 OS << "Sum of sample counts for profile " << BaseFilename << " is 0.\n"; in detectZeroSampleProfile()
1828 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
1968 auto BaseReaderOrErr = SampleProfileReader::create(BaseFilename, Context, in loadProfiles()
1971 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1982 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2003 void overlapSampleProfile(const std::string &BaseFilename, in overlapSampleProfile() argument
2012 BaseFilename, TestFilename, in overlapSampleProfile()
2029 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, in overlap_main() local
2066 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
2070 overlapSampleProfile(BaseFilename, TestFilename, in overlap_main()