HomeSort by relevance Sort by last modified time
    Searched defs:tool_output_file (Results 1 - 12 of 12) 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/swiftshader/third_party/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.
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/swiftshader/third_party/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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 239 milliseconds