Home | History | Annotate | Download | only in Support

Lines Matching refs:ToolOutputFile

1 //===- ToolOutputFile.cpp -------------------------------------------------===//
9 #include <mcld/Support/ToolOutputFile.h>
28 ToolOutputFile::CleanupInstaller::CleanupInstaller(const sys::fs::Path& pPath)
35 ToolOutputFile::CleanupInstaller::~CleanupInstaller()
50 // ToolOutputFile
52 ToolOutputFile::ToolOutputFile(const sys::fs::Path& pPath,
73 ToolOutputFile::~ToolOutputFile()
80 void ToolOutputFile::keep()
86 raw_mem_ostream& ToolOutputFile::mem_os()
94 llvm::formatted_raw_ostream& ToolOutputFile::formatted_os()
105 MemoryArea& ToolOutputFile::memory()