|
LLVM 22.0.0git
|
#include "llvm/Support/ManagedStatic.h"#include "llvm/Config/config.h"#include "llvm/Support/Threading.h"#include <cassert>#include <mutex>Go to the source code of this file.
Functions | |
| static std::recursive_mutex * | getManagedStaticMutex () |
Variables | |
| static const ManagedStaticBase * | StaticList = nullptr |
|
static |
Definition at line 22 of file ManagedStatic.cpp.
Referenced by llvm::ManagedStaticBase::RegisterManagedStatic().
|
static |
Definition at line 20 of file ManagedStatic.cpp.
Referenced by llvm::ManagedStaticBase::destroy(), llvm::llvm_shutdown(), and llvm::ManagedStaticBase::RegisterManagedStatic().