LLVM API Documentation
#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 () |
Variables | |
| std::set< const T * > | Ts |
| const T * | Cache |
| const char *const | Name |
| LeakDetectorImpl< void > * | Objects |
| LeakDetectorImpl< Value > * | LLVMObjects |
| void @275::clearGarbage | ( | ) | [static] |
| LeakDetectorImpl<Value>& @275::getLLVMObjects | ( | ) | [static] |
| LeakDetectorImpl<void>& @275::getObjects | ( | ) | [static] |
LeakDetectorImpl<Value>* LLVMObjects [static] |
| const char* const Name |
Definition at line 79 of file LeakDetector.cpp.
LeakDetectorImpl<void>* Objects [static] |
Definition at line 82 of file LeakDetector.cpp.
Referenced by clearGarbage(), getObjects(), and llvm::MachineFrameInfo::print().
Definition at line 77 of file LeakDetector.cpp.