LLVM: llvm::CleanupInstaller Class Reference (original) (raw)

#include "[llvm/Support/ToolOutputFile.h](ToolOutputFile%5F8h%5Fsource.html)"

Public Member Functions
StringRef getFilename ()
CleanupInstaller (StringRef Filename)
~CleanupInstaller ()
Public Attributes
std::string Filename
The name of the file.
bool Keep
The flag which indicates whether we should not delete the file.

Definition at line 21 of file ToolOutputFile.h.

CleanupInstaller::CleanupInstaller ( StringRef Filename) explicit

~CleanupInstaller()

CleanupInstaller::~CleanupInstaller ( )

getFilename()

StringRef llvm::CleanupInstaller::getFilename ( ) inline

Filename

std::string llvm::CleanupInstaller::Filename

Keep

bool llvm::CleanupInstaller::Keep


The documentation for this class was generated from the following files: