Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp208 static void overlapInput(const std::string &BaseFilename, in overlapInput()
972 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile()
1155 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator()
1208 std::string BaseFilename; member in __anon611ca1760c11::SampleOverlapAggregator
1904 void overlapSampleProfile(const std::string &BaseFilename, in overlapSampleProfile()
1930 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, in overlap_main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h622 const std::string *BaseFilename; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1176 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts()