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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
llvm-reduce.cpp 49 TestFilename("test", cl::Required,
120 TestRunner Tester(TestFilename, TestArguments);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 206 /// Computer the overlap b/w profile BaseFilename and TestFileName,
209 const std::string &TestFilename, WriterContext *WC,
213 auto ReaderOrErr = InstrProfReader::create(TestFilename);
218 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename);
971 /// Computer the overlap b/w profile BaseFilename and profile TestFilename.
973 const std::string &TestFilename,
981 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS);
989 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n";
993 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS,
1156 const std::string &TestFilename,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1177 const std::string &TestFilename,
1192 Ret = getProfileSum(TestFilename, Test);
1196 this->TestFilename = &TestFilename;
1228 << " and test_profile: " << *TestFilename << "\nProgram level:\n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 623 const std::string *TestFilename;
629 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0),
640 const std::string &TestFilename, bool IsCS);

Completed in 23 milliseconds