LLVM API Documentation

LeakDetector.cpp File Reference

#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


Function Documentation

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.


Variable Documentation

const T* Cache

Definition at line 79 of file LeakDetector.cpp.

Referenced by RecursiveDelete().

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 83 of file LeakDetector.cpp.

Referenced by llvm::MachineFrameInfo::print().

std::set<const T*> Ts

Definition at line 78 of file LeakDetector.cpp.