LLVM API Documentation
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Atomic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/MutexGuard.h"
#include <cassert>
Go to the source code of this file.
Functions | |
static sys::Mutex & | getManagedStaticMutex () |
Variables | |
static const ManagedStaticBase * | StaticList = nullptr |
static sys::Mutex& getManagedStaticMutex | ( | ) | [static] |
Definition at line 24 of file ManagedStatic.cpp.
Referenced by llvm::llvm_shutdown(), and llvm::ManagedStaticBase::RegisterManagedStatic().
const ManagedStaticBase* StaticList = nullptr [static] |
Definition at line 22 of file ManagedStatic.cpp.
Referenced by llvm::ManagedStaticBase::destroy(), llvm::llvm_shutdown(), and llvm::ManagedStaticBase::RegisterManagedStatic().