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

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

Completed in 69 milliseconds