Home
last modified time | relevance | path

Searched refs:ErrorFile (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp92 std::ifstream ErrorFile(StdOutFileName.c_str()); in RunProgramRemotelyWithTimeout() local
93 if (ErrorFile) { in RunProgramRemotelyWithTimeout()
94 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout()
97 ErrorFile.close(); in RunProgramRemotelyWithTimeout()
128 std::ifstream ErrorFile(ErrorFilename.c_str()); in ProcessFailure() local
129 if (ErrorFile) { in ProcessFailure()
130 std::copy(std::istreambuf_iterator<char>(ErrorFile), in ProcessFailure()
133 ErrorFile.close(); in ProcessFailure()
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp81 llvm::SmallString<64> OutputFile, ErrorFile; in findResourceDir() local
85 "" /*no-suffix*/, ErrorFile); in findResourceDir()
87 llvm::FileRemover ErrorRemover(ErrorFile.c_str()); in findResourceDir()
91 ErrorFile.str(), in findResourceDir()
95 auto ErrorBuf = llvm::MemoryBuffer::getFile(ErrorFile.c_str()); in findResourceDir()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp365 std::string ErrorFile = PerfData.str() + ".script.err.tmp"; in convertPerfDataToTrace() local
371 StringRef(ErrorFile)}; // Stderr in convertPerfDataToTrace()