Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 209 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument 1004 WeightedFile WeightedInput{BaseFilename, 1}; 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 1749 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap() 1890 exitWithErrorCode(EC, BaseFilename); in loadProfiles() 1901 exitWithErrorCode(EC, BaseFilename); in loadProfiles() 1940 BaseFilename, TestFilename, in overlapSampleProfile() 1994 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1177 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument 1190 auto Ret = getProfileSum(BaseFilename, Base); in accumulateCounts() 1196 this->BaseFilename = &BaseFilename; in accumulateCounts() 1228 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
|
| /freebsd-13.1/contrib/llvm-project/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,
|