Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp361 static cl::opt<std::string> TestFilename(cl::Positional, cl::Required, variable
668 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument
673 auto ReaderOrErr = InstrProfReader::create(TestFilename, *FS); in overlapInput()
679 TestFilename); in overlapInput()
1816 const std::string &TestFilename, in overlapInstrProfile() argument
1824 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1832 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
1836 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1995 const std::string &TestFilename, in SampleOverlapAggregator() argument
1998 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1558 const std::string &TestFilename, in accumulateCounts() argument
1576 Ret = GetProfileSum(TestFilename, Test); in accumulateCounts()
1580 this->TestFilename = &TestFilename; in accumulateCounts()
1612 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h819 const std::string *TestFilename = nullptr; member
834 const std::string &TestFilename, bool IsCS);