|
LLVM
3.7.0
|
#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 |
Definition at line 24 of file ManagedStatic.cpp.
Referenced by llvm::llvm_shutdown(), and llvm::ManagedStaticBase::RegisterManagedStatic().
|
static |
Definition at line 22 of file ManagedStatic.cpp.
Referenced by llvm::ManagedStaticBase::destroy(), llvm::llvm_shutdown(), and llvm::ManagedStaticBase::RegisterManagedStatic().
1.8.6