Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 216 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument 1079 WeightedFile WeightedInput{BaseFilename, 1}; 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 1828 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap() 1971 exitWithErrorCode(EC, BaseFilename); in loadProfiles() 1982 exitWithErrorCode(EC, BaseFilename); in loadProfiles() 2012 BaseFilename, TestFilename, in overlapSampleProfile() 2066 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1194 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument 1207 auto Ret = getProfileSum(BaseFilename, Base); in accumulateCounts() 1213 this->BaseFilename = &BaseFilename; in accumulateCounts() 1245 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 656 const std::string *BaseFilename; member 663 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 673 Error accumulateCounts(const std::string &BaseFilename,
|