Searched refs:llvm_shutdown (Results 1 – 10 of 10) sorted by relevance
100 void llvm_shutdown();110 ~llvm_shutdown_obj() { llvm_shutdown(); }
76 void llvm::llvm_shutdown() { in llvm_shutdown() function in llvm
131 llvm_shutdown(); in main()
119 llvm::llvm_shutdown(); in cc1_main()
503 llvm::llvm_shutdown(); in main()
156 llvm_shutdown(); in main()
152 llvm::llvm_shutdown(); in main()
207 llvm_shutdown(); in do_shutdown()
2068 Ending Execution with ``llvm_shutdown()``2071 When you are done using the LLVM APIs, you should call ``llvm_shutdown()`` to2074 such, ``llvm_shutdown()`` requires the same isolation guarantees as2078 ``llvm_shutdown_obj`` class, which calls ``llvm_shutdown()`` in its destructor.2087 invocation of ``llvm_shutdown()``, it implements a simple lazy initialization
54 llvm_shutdown(); in LLVMShutdown()