Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp322 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, variable
626 static void overlapInput(const std::string &BaseFilename, in overlapInput()
1719 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile()
1898 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator()
1954 std::string BaseFilename; member in __anon209d874b1211::SampleOverlapAggregator
2647 void overlapSampleProfile(const std::string &BaseFilename, in overlapSampleProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h757 const std::string *BaseFilename = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1504 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts()