HomeSort by relevance Sort by last modified time
    Searched refs:removeGarbageObjectImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
LeakDetector.h 49 removeGarbageObjectImpl(Object);
77 removeGarbageObjectImpl(Object);
84 static void removeGarbageObjectImpl(const Value *Object);
86 static void removeGarbageObjectImpl(void *Object);
  /external/llvm/lib/VMCore/
LeakDetector.cpp 42 void LeakDetector::removeGarbageObjectImpl(void *Object) {
47 void LeakDetector::removeGarbageObjectImpl(const Value *Object) {

Completed in 565 milliseconds