|
LLVM
4.0.0
|
Go to the source code of this file.
Classes | |
| 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 > |
| 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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| template<class C > | |
| LLVM_LIBRARY_VISIBILITY void * | llvm::object_creator () |
| object_creator - Helper method for ManagedStatic. More... | |
| void | llvm::llvm_shutdown () |
| llvm_shutdown - Deallocate and destroy all ManagedStatic variables. More... | |
1.8.6