Searched refs:removeGarbageObjectImpl (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DLeakDetector.h49 removeGarbageObjectImpl(Object);
77 removeGarbageObjectImpl(Object);
84 static void removeGarbageObjectImpl(const Value *Object);
86 static void removeGarbageObjectImpl(void *Object);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DLeakDetector.cpp42 void LeakDetector::removeGarbageObjectImpl(void *Object) { function in class:LeakDetector
47 void LeakDetector::removeGarbageObjectImpl(const Value *Object) { function in class:LeakDetector

Completed in 167 milliseconds