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

  /external/llvm/include/llvm/Support/
LeakDetector.h 43 /// removeGarbageObject - Remove a pointer from our internal representation of
47 static void removeGarbageObject(void *Object) {
75 static void removeGarbageObject(const Value *Object) {
  /external/llvm/lib/VMCore/
Globals.cpp 129 LeakDetector::removeGarbageObject(this);
208 LeakDetector::removeGarbageObject(this);
Function.cpp 59 LeakDetector::removeGarbageObject(this);
223 LeakDetector::removeGarbageObject(this);
BasicBlock.cpp 93 LeakDetector::removeGarbageObject(this);
Instruction.cpp 61 if (P) LeakDetector::removeGarbageObject(this);
Metadata.cpp 269 LeakDetector::removeGarbageObject(N);
Value.cpp 83 LeakDetector::removeGarbageObject(this);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 43 LeakDetector::removeGarbageObject(this);
79 LeakDetector::removeGarbageObject(N);
101 LeakDetector::removeGarbageObject(N);
MachineInstr.cpp 568 LeakDetector::removeGarbageObject(this);
    [all...]

Completed in 390 milliseconds