ManagedStaticBase ‐ Common base class for ManagedStatic instances.
Synopsis
Declared in <llvm/Support/ManagedStatic.h>
class ManagedStaticBase;
Member Functions
Name |
Description |
|
Default constructor |
isConstructed ‐ Return true if this object has not been created yet. |
Protected Member Functions
Derived Classes
Name |
Description |
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. |
Created with MrDocs