LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LeakDetector.cpp File Reference

#include "llvm/Support/LeakDetector.h"
#include "llvm/Value.h"
#include <iostream>
#include <set>

Include dependency graph for LeakDetector.cpp:

Go to the source code of this file.

Functions

LeakDetectorImpl< void > & getObjects ()
LeakDetectorImpl< Value > & getLLVMObjects ()
void clearGarbage ()


Function Documentation

void @0::clearGarbage  )  [static]
 

Definition at line 97 of file LeakDetector.cpp.

References LLVMObjects, and Objects.

LeakDetectorImpl<Value>& @0::getLLVMObjects  )  [static]
 

Definition at line 91 of file LeakDetector.cpp.

References LLVMObjects.

LeakDetectorImpl<void>& @0::getObjects  )  [static]
 

Definition at line 85 of file LeakDetector.cpp.

References Objects.


Variable Documentation

LeakDetectorImpl<Value>* LLVMObjects [static]
 

Definition at line 83 of file LeakDetector.cpp.

Referenced by clearGarbage(), and getLLVMObjects().

LeakDetectorImpl<void>* Objects [static]
 

Definition at line 82 of file LeakDetector.cpp.

Referenced by clearGarbage(), getObjects(), and llvm::MachineFrameInfo::print().