HomeSort by relevance Sort by last modified time
    Searched refs:PGOFilename (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 95 std::string PGOFilename;
259 if (modifiedTimeGT(ObjectFilename, PGOFilename))
261 auto CoverageOrErr = CoverageMapping::load(ObjectFilename, PGOFilename,
300 cl::opt<std::string, true> PGOFilename(
301 "instr-profile", cl::Required, cl::location(this->PGOFilename),
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CodeCoverage.cpp 132 std::string PGOFilename;
350 if (modifiedTimeGT(ObjectFilename, PGOFilename))
354 CoverageMapping::load(ObjectFilenames, PGOFilename, CoverageArches);
558 cl::opt<std::string, true> PGOFilename(
559 "instr-profile", cl::Required, cl::location(this->PGOFilename),
859 if (sys::fs::status(PGOFilename, Status)) {
    [all...]

Completed in 157 milliseconds