LLVM API Documentation
#include "llvm/Support/LeakDetector.h"#include "llvm/Support/Visibility.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 () |
Variables | |
| LeakDetectorImpl< void > * | Objects |
| LeakDetectorImpl< Value > * | LLVMObjects |
| void @895::clearGarbage | ( | ) | [static] |
Definition at line 98 of file LeakDetector.cpp.
| LeakDetectorImpl<Value>& @895::getLLVMObjects | ( | ) | [static] |
Definition at line 92 of file LeakDetector.cpp.
| LeakDetectorImpl<void>& @895::getObjects | ( | ) | [static] |
Definition at line 86 of file LeakDetector.cpp.
LeakDetectorImpl<Value>* LLVMObjects [static] |
Definition at line 84 of file LeakDetector.cpp.
| const char* const Name |
Definition at line 80 of file LeakDetector.cpp.
LeakDetectorImpl<void>* Objects [static] |
Definition at line 78 of file LeakDetector.cpp.