Home
last modified time | relevance | path

Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp588 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
1667 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1839 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1843 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1895 std::string BaseFilename; member in __anon4d4e49c11211::SampleOverlapAggregator
2412 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
2556 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2567 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2597 BaseFilename, TestFilename, in overlapSampleProfile()
2620 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h624 const std::string *BaseFilename; member
631 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
641 Error accumulateCounts(const std::string &BaseFilename,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1369 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument
1385 auto Ret = getProfileSum(BaseFilename, Base); in accumulateCounts()
1391 this->BaseFilename = &BaseFilename; in accumulateCounts()
1423 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()