LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
LeakDetector.cpp File Reference
#include "llvm/Support/LeakDetector.h"
#include "LLVMContextImpl.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/Threading.h"
Include dependency graph for LeakDetector.cpp:

Go to the source code of this file.

Functions

static void clearGarbage (LLVMContext &Context)
 

Variables

static ManagedStatic
< sys::SmartMutex< true > > 
ObjectsLock
 
static ManagedStatic
< LeakDetectorImpl< void > > 
Objects
 

Function Documentation

static void clearGarbage ( LLVMContext Context)
static

Variable Documentation

ManagedStatic<LeakDetectorImpl<void> > Objects
static
ManagedStatic<sys::SmartMutex<true> > ObjectsLock
static

Definition at line 24 of file LeakDetector.cpp.