Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp214 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput()
1181 const std::string &TestFilename, in SampleOverlapAggregator() argument
1184 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1234 std::string TestFilename; member in __anon4e4d357f0c11::SampleOverlapAggregator
1750 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap()
1895 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1903 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1932 const std::string &TestFilename, in overlapSampleProfile() argument
1940 BaseFilename, TestFilename, in overlapSampleProfile()
1994 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1178 const std::string &TestFilename, in accumulateCounts() argument
1193 Ret = getProfileSum(TestFilename, Test); in accumulateCounts()
1197 this->TestFilename = &TestFilename; in accumulateCounts()
1229 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h623 const std::string *TestFilename; member
629 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
640 const std::string &TestFilename, bool IsCS);