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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 188 int ResultFD = 0;
191 "snippet", "o", ResultFD, ResultPath)))
193 llvm::raw_fd_ostream OFS(ResultFD, true /*ShouldClose*/);
BenchmarkResult.cpp 280 int ResultFD = 0;
282 openFileForWrite(Filename, ResultFD, llvm::sys::fs::CD_CreateAlways,
286 llvm::raw_fd_ostream Ostr(ResultFD, true /*shouldClose*/);

Completed in 422 milliseconds