OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CleanupInstaller
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
ToolOutputFile.h
31
class
CleanupInstaller
{
38
explicit
CleanupInstaller
(const char *filename);
39
~
CleanupInstaller
();
/external/llvm/lib/Support/
ToolOutputFile.cpp
19
tool_output_file::
CleanupInstaller
::
CleanupInstaller
(const char *filename)
26
tool_output_file::
CleanupInstaller
::~
CleanupInstaller
() {
/frameworks/compile/mclinker/include/mcld/Support/
ToolOutputFile.h
59
class
CleanupInstaller
62
explicit
CleanupInstaller
(const sys::fs::Path& pPath);
64
~
CleanupInstaller
();
75
CleanupInstaller
m_Installer;
/frameworks/compile/mclinker/lib/Support/
ToolOutputFile.cpp
26
//
CleanupInstaller
28
ToolOutputFile::
CleanupInstaller
::
CleanupInstaller
(const sys::fs::Path& pPath)
35
ToolOutputFile::
CleanupInstaller
::~
CleanupInstaller
()
Completed in 68 milliseconds