Searched defs:tool_output_file (Results 1 - 2 of 2) sorted by relevance

/external/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,
52 tool_output_file(const char *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(const char *filename)
26 tool_output_file::CleanupInstaller::~CleanupInstaller() {
37 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo, function in class:tool_output_file
45 tool_output_file::tool_output_file(const char *Filename, int FD) function in class:tool_output_file

Completed in 369 milliseconds