LLVM  8.0.1
Classes | Namespaces | Functions
ManagedStatic.h File Reference
#include <atomic>
#include <cstddef>
Include dependency graph for ManagedStatic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::object_creator< C >
 object_creator - Helper method for ManagedStatic. More...
 
struct  llvm::object_deleter< T >
 object_deleter - Helper method for ManagedStatic. More...
 
struct  llvm::object_deleter< T[N]>
 
class  llvm::ManagedStaticBase
 ManagedStaticBase - Common base class for ManagedStatic instances. More...
 
class  llvm::ManagedStatic< C, Creator, Deleter >
 ManagedStatic - This transparently changes the behavior of global statics to be lazily constructed on demand (good for reducing startup times of dynamic libraries that link in LLVM components) and for making destruction be explicit through the llvm_shutdown() function call. More...
 
struct  llvm::llvm_shutdown_obj
 llvm_shutdown_obj - This is a simple helper class that calls llvm_shutdown() when it is destroyed. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

void llvm::llvm_shutdown ()
 llvm_shutdown - Deallocate and destroy all ManagedStatic variables. More...