Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp224 static void overlapInput(const std::string &BaseFilename, in overlapInput()
1296 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile()
1479 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator()
1535 std::string BaseFilename; member in __anona85dd3c21111::SampleOverlapAggregator
2227 void overlapSampleProfile(const std::string &BaseFilename, in overlapSampleProfile()
2253 cl::opt<std::string> BaseFilename(cl::Positional, cl::Required, in overlap_main() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h661 const std::string *BaseFilename; member
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1222 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts()