Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp322 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, variable
626 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
1719 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument
1726 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1728 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1732 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile()
1740 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1898 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1902 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1954 std::string BaseFilename; member in __anon9a0cd0001211::SampleOverlapAggregator
[all …]
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1504 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument
1520 auto Ret = GetProfileSum(BaseFilename, Base); in accumulateCounts()
1526 this->BaseFilename = &BaseFilename; in accumulateCounts()
1558 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h757 const std::string *BaseFilename = nullptr; member
772 Error accumulateCounts(const std::string &BaseFilename,