LLVM 19.0.0git
Public Member Functions | List of all members
llvm::llvm_shutdown_obj Struct Reference

llvm_shutdown_obj - This is a simple helper class that calls llvm_shutdown() when it is destroyed. More...

#include "llvm/Support/ManagedStatic.h"

Public Member Functions

 llvm_shutdown_obj ()=default
 
 ~llvm_shutdown_obj ()
 

Detailed Description

llvm_shutdown_obj - This is a simple helper class that calls llvm_shutdown() when it is destroyed.

Definition at line 118 of file ManagedStatic.h.

Constructor & Destructor Documentation

◆ llvm_shutdown_obj()

llvm::llvm_shutdown_obj::llvm_shutdown_obj ( )
default

◆ ~llvm_shutdown_obj()

llvm::llvm_shutdown_obj::~llvm_shutdown_obj ( )
inline

Definition at line 120 of file ManagedStatic.h.

References llvm::llvm_shutdown().


The documentation for this struct was generated from the following file: