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.
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
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 10 // 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);

Completed in 921 milliseconds