Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp209 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument
213 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput()
218 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput()
973 const std::string &TestFilename, in overlapInstrProfile() argument
981 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
989 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
993 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1156 const std::string &TestFilename, in SampleOverlapAggregator() argument
1159 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1209 std::string TestFilename; member in __anon611ca1760c11::SampleOverlapAggregator
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp49 TestFilename("test", cl::Required, variable
120 TestRunner Tester(TestFilename, TestArguments); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1177 const std::string &TestFilename, in accumulateCounts() argument
1192 Ret = getProfileSum(TestFilename, Test); in accumulateCounts()
1196 this->TestFilename = &TestFilename; in accumulateCounts()
1228 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
/netbsd-src/external/apache2/llvm/dist/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);