HomeSort by: relevance | last modified time | path
    Searched refs:BaseFilename (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 206 /// Computer the overlap b/w profile BaseFilename and TestFileName,
208 static void overlapInput(const std::string &BaseFilename,
971 /// Computer the overlap b/w profile BaseFilename and profile TestFilename.
972 static void overlapInstrProfile(const std::string &BaseFilename,
979 WeightedFile WeightedInput{BaseFilename, 1};
981 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS);
985 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n";
993 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS,
1155 SampleOverlapAggregator(const std::string &BaseFilename,
1159 : BaseFilename(BaseFilename), TestFilename(TestFilename)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1176 Error OverlapStats::accumulateCounts(const std::string &BaseFilename,
1189 auto Ret = getProfileSum(BaseFilename, Base);
1195 this->BaseFilename = &BaseFilename;
1227 OS << "Profile overlap infomation for base_profile: " << *BaseFilename
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 622 const std::string *BaseFilename;
629 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0),
639 Error accumulateCounts(const std::string &BaseFilename,

Completed in 145 milliseconds