Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp224 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
1303 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1479 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1483 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1535 std::string BaseFilename; member in __anonc50bfd781111::SampleOverlapAggregator
2052 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
2195 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2206 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2236 BaseFilename, TestFilename, in overlapSampleProfile()
2290 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main()
[all …]
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1222 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument
1235 auto Ret = getProfileSum(BaseFilename, Base); in accumulateCounts()
1241 this->BaseFilename = &BaseFilename; in accumulateCounts()
1273 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h661 const std::string *BaseFilename; member
668 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
678 Error accumulateCounts(const std::string &BaseFilename,