Home
last modified time | relevance | path

Searched defs:BaseFilename (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp322 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, global() variable
626 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument
1717 overlapInstrProfile(const std::string & BaseFilename,const std::string & TestFilename,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInstrProfile() argument
1896 SampleOverlapAggregator(const std::string & BaseFilename,const std::string & TestFilename,double LowSimilarityThreshold,double Epsilon,const OverlapFuncFilters & FuncFilter) SampleOverlapAggregator() argument
1952 std::string BaseFilename; global() member in __anon5bce405e1211::SampleOverlapAggregator
2645 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 DInstrProf.h757 const std::string *BaseFilename = nullptr; global() member
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1500 accumulateCounts(const std::string & BaseFilename,const std::string & TestFilename,bool IsCS) accumulateCounts() argument