Searched refs:TestFilename (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | llvm-reduce.cpp | 61 TestFilename("test", variable 171 if (TestFilename.empty()) { in main() 194 TestRunner Tester(TestFilename, TestArguments, std::move(OriginalProgram), in main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 225 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument 229 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput() 234 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput() 1297 const std::string &TestFilename, in overlapInstrProfile() argument 1305 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile() 1313 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile() 1317 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile() 1480 const std::string &TestFilename, in SampleOverlapAggregator() argument 1483 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator() 1536 std::string TestFilename; member in __anona85dd3c21111::SampleOverlapAggregator [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1223 const std::string &TestFilename, in accumulateCounts() argument 1238 Ret = getProfileSum(TestFilename, Test); in accumulateCounts() 1242 this->TestFilename = &TestFilename; in accumulateCounts() 1274 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 662 const std::string *TestFilename; member 668 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 679 const std::string &TestFilename, bool IsCS);
|