13#ifndef LLVM_SUPPORT_TOOLOUTPUTFILE_H 
   14#define LLVM_SUPPORT_TOOLOUTPUTFILE_H 
   49  std::optional<raw_fd_ostream> OSHolder;
 
   70  void keep() { Installer.Keep = 
true; }
 
 
LLVM_ABI ~CleanupInstaller()
LLVM_ABI CleanupInstaller(StringRef Filename)
std::string Filename
The name of the file.
bool Keep
The flag which indicates whether we should not delete the file.
StringRef - Represent a constant reference to a string, i.e.
A raw_ostream that writes to a file descriptor.
This is an optimization pass for GlobalISel generic memory operations.