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

/external/llvm/include/llvm/Support/
H A DManagedStatic.h102 /// llvm_shutdown_obj - This is a simple helper class that calls
104 struct llvm_shutdown_obj { struct in namespace:llvm
105 llvm_shutdown_obj() { } function in struct:llvm::llvm_shutdown_obj
106 ~llvm_shutdown_obj() { llvm_shutdown(); }

Completed in 540 milliseconds