Searched refs:llvm_shutdown (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp56 InitLLVM::~InitLLVM() { llvm_shutdown(); }
H A DManagedStatic.cpp9 // This file implements the ManagedStatic class and llvm_shutdown().
77 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
78 void llvm::llvm_shutdown() { function in class:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h9 // This file defines the ManagedStatic class and the llvm_shutdown() function.
79 /// explicit through the llvm_shutdown() function call.
113 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
114 void llvm_shutdown();
117 /// llvm_shutdown() when it is destroyed.
120 ~llvm_shutdown_obj() { llvm_shutdown(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc23 // llvm_shutdown called, Return to default
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp63 llvm_shutdown();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc31 // llvm_shutdown called, Return to default
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp60 llvm_shutdown();

Completed in 136 milliseconds