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

  /external/llvm/lib/Support/
ToolOutputFile.cpp 1 //===--- 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/
ToolOutputFile.h 10 // 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,

Completed in 105 milliseconds