LLVM API Documentation
#include <LeaksContext.h>

Public Member Functions | |
| LeakDetectorImpl (const char *const name="") | |
| void | clear () |
| void | setName (const char *n) |
| void | addGarbage (const T *o) |
| void | removeGarbage (const T *o) |
| bool | hasGarbage (const std::string &Message) |
Definition at line 35 of file LeaksContext.h.
| llvm::LeakDetectorImpl< T >::LeakDetectorImpl | ( | const char *const | name = "" | ) | [inline, explicit] |
Definition at line 36 of file LeaksContext.h.
| void llvm::LeakDetectorImpl< T >::addGarbage | ( | const T * | o | ) | [inline] |
Definition at line 53 of file LeaksContext.h.
Referenced by llvm::LeakDetectorImpl< Value >::hasGarbage().
| void llvm::LeakDetectorImpl< T >::clear | ( | ) | [inline] |
Definition at line 39 of file LeaksContext.h.
Referenced by clearGarbage().
| bool llvm::LeakDetectorImpl< T >::hasGarbage | ( | const std::string & | Message | ) | [inline] |
Definition at line 69 of file LeaksContext.h.
| void llvm::LeakDetectorImpl< T >::removeGarbage | ( | const T * | o | ) | [inline] |
Definition at line 62 of file LeaksContext.h.
| void llvm::LeakDetectorImpl< T >::setName | ( | const char * | n | ) | [inline] |
Definition at line 44 of file LeaksContext.h.