Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 358 static cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, variable 667 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument 1815 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument 1822 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile() 1824 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile() 1828 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile() 1836 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile() 1994 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument 1998 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator() 2050 std::string BaseFilename; member in __anon209d874b1311::SampleOverlapAggregator [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1557 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument 1573 auto Ret = GetProfileSum(BaseFilename, Base); in accumulateCounts() 1579 this->BaseFilename = &BaseFilename; in accumulateCounts() 1611 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 818 const std::string *BaseFilename = nullptr; member 833 LLVM_ABI Error accumulateCounts(const std::string &BaseFilename,
|