Searched refs:tool_output_file (Results 1 – 5 of 5) sorted by relevance
89 std::unique_ptr<tool_output_file> Out in WriteOutputFile()90 (new tool_output_file(OutputFilename.c_str(), EC, llvm::sys::fs::F_None)); in WriteOutputFile()
48 class tool_output_file; variable154 std::unique_ptr<llvm::tool_output_file> mOS;157 std::unique_ptr<llvm::tool_output_file> mDOS;
131 static inline std::unique_ptr<llvm::tool_output_file>142 return llvm::make_unique<llvm::tool_output_file>(OutputFile, EC, Flags); in OpenOutputFile()310 std::unique_ptr<llvm::tool_output_file> OS; in setOutput()
134 tool_output_file Out(OutputFilename.c_str(), EC, in main()
374 std::unique_ptr<llvm::tool_output_file> tof( in main()375 new llvm::tool_output_file(outFile.c_str(), ec, in main()