Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 224 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 D | InstrProf.cpp | 1222 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 D | InstrProf.h | 661 const std::string *BaseFilename; member 668 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 678 Error accumulateCounts(const std::string &BaseFilename,
|