HomeSort by relevance Sort by last modified time
    Searched refs:tool_output_file (Results 1 - 25 of 44) sorted by null

1 2

  /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);
  /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/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,
  /external/llvm/tools/opt/
NewPMDriver.h 29 class tool_output_file;
51 TargetMachine *TM, tool_output_file *Out,
NewPMDriver.cpp 51 TargetMachine *TM, tool_output_file *Out,
  /external/llvm/tools/llvm-split/
llvm-split.cpp 58 std::unique_ptr<tool_output_file> Out(new tool_output_file(
  /external/llvm/lib/TableGen/
Main.cpp 58 tool_output_file DepOut(DependFilename, EC, sys::fs::F_Text);
98 tool_output_file Out(OutputFilename, EC, sys::fs::F_Text);
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 80 std::unique_ptr<tool_output_file> Out(
81 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Main.cpp 76 tool_output_file Out(OutputFilename.c_str(), Error);
87 tool_output_file DepOut(DependFilename.c_str(), Error);
  /external/swiftshader/third_party/LLVM/tools/llvm-as/
llvm-as.cpp 72 OwningPtr<tool_output_file> Out
73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
  /external/llvm/tools/llvm-as/
llvm-as.cpp 75 std::unique_ptr<tool_output_file> Out(
76 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
  /frameworks/compile/slang/
llvm-rs-as.cpp 89 std::unique_ptr<tool_output_file> Out
90 (new tool_output_file(OutputFilename.c_str(), EC, llvm::sys::fs::F_None));
slang.h 48 class tool_output_file;
153 std::unique_ptr<llvm::tool_output_file> mOS;
156 std::unique_ptr<llvm::tool_output_file> mDOS;
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 62 static bool writeProgramToFileAux(tool_output_file &Out, const Module *M) {
74 tool_output_file Out(Filename, FD);
81 tool_output_file Out(Filename, EC, sys::fs::F_None);
157 tool_output_file InFile(InputFilename, InputFD);
  /external/swiftshader/third_party/LLVM/tools/opt/
GraphPrinters.cpp 31 tool_output_file F(Filename.c_str(), ErrInfo);
  /external/swiftshader/third_party/LLVM/utils/FileUpdate/
FileUpdate.cpp 73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr,
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 217 static tool_output_file *GetOutputStream() {
222 tool_output_file *Out = new tool_output_file(OutputFilename.c_str(), Err,
260 OwningPtr<tool_output_file> Out(GetOutputStream());
388 OwningPtr<tool_output_file> Out(GetOutputStream());
459 OwningPtr<tool_output_file> Out(GetOutputStream());
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 165 OwningPtr<tool_output_file>
166 Out(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 158 static tool_output_file *GetOutputStream(const char *TargetName,
210 tool_output_file *FDOut = new tool_output_file(OutputFilename.c_str(), error,
325 OwningPtr<tool_output_file> Out
  /external/swiftshader/third_party/LLVM/tools/llvm-link/
llvm-link.cpp 120 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 134 tool_output_file Out(OutputFilename.c_str(), EC,
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 210 std::unique_ptr<tool_output_file> Out(
211 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 190 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None);
276 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None);
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 54 tool_output_file Out(Filename.c_str(), ErrInfo,
132 tool_output_file InFile(inputFilename.c_str(), ErrInfo,

Completed in 340 milliseconds

1 2