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

  /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,
  /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...]

Completed in 18 milliseconds