Searched refs:removeGarbageObject (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DLeakDetector.h43 /// removeGarbageObject - Remove a pointer from our internal representation of
47 static void removeGarbageObject(void *Object) { function in struct:llvm::LeakDetector
75 static void removeGarbageObject(const Value *Object) { function in struct:llvm::LeakDetector
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGlobals.cpp129 LeakDetector::removeGarbageObject(this);
208 LeakDetector::removeGarbageObject(this);
H A DBasicBlock.cpp93 LeakDetector::removeGarbageObject(this);
H A DFunction.cpp60 LeakDetector::removeGarbageObject(this);
224 LeakDetector::removeGarbageObject(this);
H A DInstruction.cpp61 if (P) LeakDetector::removeGarbageObject(this);
H A DValue.cpp83 LeakDetector::removeGarbageObject(this);
H A DMetadata.cpp300 LeakDetector::removeGarbageObject(N);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineBasicBlock.cpp43 LeakDetector::removeGarbageObject(this);
80 LeakDetector::removeGarbageObject(N);
102 LeakDetector::removeGarbageObject(N);
H A DMachineInstr.cpp625 LeakDetector::removeGarbageObject(this);

Completed in 634 milliseconds