Searched defs:TestFilename (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/tools/llvm-reduce/ |
H A D | llvm-reduce.cpp | 60 TestFilename("test", variable
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 325 cl::opt<std::string> TestFilename(cl::Positional, cl::Required, global() variable 627 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument 1718 overlapInstrProfile(const std::string & BaseFilename,const std::string & TestFilename,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInstrProfile() argument 1897 SampleOverlapAggregator(const std::string & BaseFilename,const std::string & TestFilename,double LowSimilarityThreshold,double Epsilon,const OverlapFuncFilters & FuncFilter) SampleOverlapAggregator() argument 1953 std::string TestFilename; global() member in __anon5bce405e1211::SampleOverlapAggregator 2646 overlapSampleProfile(const std::string & BaseFilename,const std::string & TestFilename,const OverlapFuncFilters & FuncFilter,uint64_t SimilarityCutoff,raw_fd_ostream & OS) overlapSampleProfile() argument [all...] |
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 758 const std::string *TestFilename = nullptr; global() member
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1501 accumulateCounts(const std::string & BaseFilename,const std::string & TestFilename,bool IsCS) accumulateCounts() argument
|