Searched refs:TestFilename (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 325 cl::opt<std::string> TestFilename(cl::Positional, cl::Required, variable 627 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument 632 auto ReaderOrErr = InstrProfReader::create(TestFilename, *FS); in overlapInput() 638 TestFilename); in overlapInput() 1720 const std::string &TestFilename, in overlapInstrProfile() argument 1728 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile() 1736 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile() 1740 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile() 1899 const std::string &TestFilename, in SampleOverlapAggregator() argument 1902 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator() [all …]
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1505 const std::string &TestFilename, in accumulateCounts() argument 1523 Ret = GetProfileSum(TestFilename, Test); in accumulateCounts() 1527 this->TestFilename = &TestFilename; in accumulateCounts() 1559 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 758 const std::string *TestFilename = nullptr; member 773 const std::string &TestFilename, bool IsCS);
|