Searched defs:tool_output_file (Results 1 - 4 of 4) sorted by last modified time

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DToolOutputFile.h10 // This file defines the tool_output_file class.
21 /// tool_output_file - This class contains a raw_fd_ostream and adds a
24 /// - The file is automatically deleted when the tool_output_file
26 class tool_output_file { class in namespace:llvm
47 /// tool_output_file - This constructor's arguments are passed to
49 tool_output_file(const char *filename, std::string &ErrorInfo,
/external/swiftshader/third_party/LLVM/lib/Support/
H A DToolOutputFile.cpp1 //===--- ToolOutputFile.cpp - Implement the tool_output_file class --------===//
10 // This implements the tool_output_file class.
18 tool_output_file::CleanupInstaller::CleanupInstaller(const char *filename)
25 tool_output_file::CleanupInstaller::~CleanupInstaller() {
36 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo, function in class:tool_output_file
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h10 // This file defines the tool_output_file class.
24 /// - The file is automatically deleted when the tool_output_file
26 class tool_output_file { class in namespace:llvm
48 tool_output_file(StringRef Filename, std::error_code &EC,
51 tool_output_file(StringRef Filename, int FD);
/external/llvm/lib/Support/
H A DToolOutputFile.cpp1 //===--- ToolOutputFile.cpp - Implement the tool_output_file class --------===//
10 // This implements the tool_output_file class.
19 tool_output_file::CleanupInstaller::CleanupInstaller(StringRef Filename)
26 tool_output_file::CleanupInstaller::~CleanupInstaller() {
37 tool_output_file::tool_output_file(StringRef Filename, std::error_code &EC, function in class:tool_output_file
45 tool_output_file::tool_output_file(StringRef Filename, int FD) function in class:tool_output_file

Completed in 547 milliseconds