Searched defs:ManagedStatic (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DManagedStatic.h1 //===-- llvm/Support/ManagedStatic.h - Static Global wrapper ----*- C++ -*-===//
10 // This file defines the ManagedStatic class and the llvm_shutdown() function.
23 /// object_creator - Helper method for ManagedStatic.
29 /// object_deleter - Helper method for ManagedStatic.
38 /// ManagedStaticBase - Common base class for ManagedStatic instances.
55 /// ManagedStatic - This transparently changes the behavior of global statics to
61 class ManagedStatic : public ManagedStaticBase { class in namespace:llvm
99 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.

Completed in 1111 milliseconds