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

/external/llvm/include/llvm/IR/
H A DLeakDetector.h49 removeGarbageObjectImpl(Object);
77 removeGarbageObjectImpl(Object);
84 static void removeGarbageObjectImpl(const Value *Object);
86 static void removeGarbageObjectImpl(void *Object);
/external/llvm/lib/IR/
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 81 milliseconds