Searched refs:tool_output_file (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Support/
H A DToolOutputFile.cpp1 //===--- 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/
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,
/external/llvm/lib/TableGen/
H A DMain.cpp79 tool_output_file Out(OutputFilename.c_str(), Error);
90 tool_output_file DepOut(DependFilename.c_str(), Error);
/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp72 OwningPtr<tool_output_file> Out
73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
/external/llvm/tools/opt/
H A DGraphPrinters.cpp31 tool_output_file F(Filename.c_str(), ErrInfo);
H A Dopt.cpp532 OwningPtr<tool_output_file> Out;
543 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
596 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
/external/llvm/utils/FileUpdate/
H A DFileUpdate.cpp73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr,
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp171 OwningPtr<tool_output_file>
172 Out(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp197 static tool_output_file *GetOutputStream() {
202 tool_output_file *Out = new tool_output_file(OutputFilename.c_str(), Err,
224 static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI, tool_output_file *Out) {
394 OwningPtr<tool_output_file> Out(GetOutputStream());
/external/llvm/tools/llc/
H A Dllc.cpp293 static tool_output_file *GetOutputStream(const char *TargetName,
343 tool_output_file *FDOut = new tool_output_file(OutputFilename.c_str(), error,
495 OwningPtr<tool_output_file> Out
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp120 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp54 tool_output_file Out(Filename.c_str(), ErrInfo,
135 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
H A DExtractFunction.cpp377 tool_output_file BlocksToNotExtractFile(uniqueFilename.c_str(), ErrorInfo);
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp131 tool_output_file Out(path, ErrInfo,
165 tool_output_file objFile(uniqueObjPath.c_str(), errMsg);
/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp220 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp696 OwningPtr<tool_output_file> Out;
702 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,

Completed in 6530 milliseconds