LLVM API Documentation

Functions | Variables
LeakDetector.cpp File Reference
#include "llvm/IR/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

Definition at line 24 of file LeakDetector.cpp.