Register this ManagedStatic for construction and later destruction.
Synopsis
Declared in <llvm/Support/ManagedStatic.h>
void
RegisterManagedStatic(
void*(* creator)(),
void(* deleter)(void*)) const;
Parameters
Name |
Description |
creator |
Function that allocates and constructs the object. |
deleter |
Function that destroys and deallocates the object. |
Created with MrDocs