Searched defs:ToolOutputFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp1 //===- ToolOutputFile.cpp -------------------------------------------------===//
9 #include <mcld/Support/ToolOutputFile.h>
28 ToolOutputFile::CleanupInstaller::CleanupInstaller(const sys::fs::Path& pPath)
35 ToolOutputFile::CleanupInstaller::~CleanupInstaller()
52 // ToolOutputFile
54 ToolOutputFile::ToolOutputFile(const sys::fs::Path& pPath, function in class:ToolOutputFile
71 ToolOutputFile::~ToolOutputFile()
79 void ToolOutputFile
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DToolOutputFile.h1 //===- ToolOutputFile.h ---------------------------------------------------===//
24 /** \class ToolOutputFile
25 * \brief ToolOutputFile has the following features:
30 class ToolOutputFile class in namespace:mcld
33 ToolOutputFile(const sys::fs::Path& pPath,
37 ~ToolOutputFile();

Completed in 47 milliseconds