Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 208 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument 972 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument 979 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile() 981 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile() 985 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile() 993 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile() 1155 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument 1159 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator() 1208 std::string BaseFilename; member in __anon611ca1760c11::SampleOverlapAggregator 1319 OS << "Sum of sample counts for profile " << BaseFilename << " is 0.\n"; in detectZeroSampleProfile() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1176 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument 1189 auto Ret = getProfileSum(BaseFilename, Base); in accumulateCounts() 1195 this->BaseFilename = &BaseFilename; in accumulateCounts() 1227 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 622 const std::string *BaseFilename; member 629 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 639 Error accumulateCounts(const std::string &BaseFilename,
|