Searched refs:TestFilename (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 600 TestFilename); in overlapInput() 1840 const std::string &TestFilename, in SampleOverlapAggregator() argument 1843 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator() 1896 std::string TestFilename; member in __anon4d4e49c11211::SampleOverlapAggregator 2413 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap() 2561 exitWithErrorCode(EC, TestFilename); in loadProfiles() 2569 exitWithErrorCode(EC, TestFilename); in loadProfiles() 2589 const std::string &TestFilename, in overlapSampleProfile() argument 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 D | InstrProf.h | 625 const std::string *TestFilename; member 631 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 642 const std::string &TestFilename, bool IsCS);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1370 const std::string &TestFilename, in accumulateCounts() argument 1388 Ret = getProfileSum(TestFilename, Test); in accumulateCounts() 1392 this->TestFilename = &TestFilename; in accumulateCounts() 1424 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
|