Searched defs:TestFilename (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h617 const std::string *TestFilename; member in struct:llvm::OverlapStats
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1219 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; local
1167 accumulateCounts(const std::string &BaseFilename, const std::string &TestFilename, bool IsCS) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp209 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); local
713 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; local
199 overlapInput(const std::string &BaseFilename, const std::string &TestFilename, WriterContext *WC, OverlapStats &Overlap, const OverlapFuncFilters &FuncFilter, raw_fd_ostream &OS, bool IsCS) argument
696 overlapInstrProfile(const std::string &BaseFilename, const std::string &TestFilename, const OverlapFuncFilters &FuncFilter, raw_fd_ostream &OS, bool IsCS) argument
[all...]

Completed in 116 milliseconds