Home
last modified time | relevance | path

Searched refs:LeakDetector (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DLeakDetectorTest.cpp19 TEST(LeakDetector, Death1) { in TEST() argument
20 LeakDetector::addGarbageObject((void*) 1); in TEST()
21 LeakDetector::addGarbageObject((void*) 2); in TEST()
23 EXPECT_DEATH(LeakDetector::addGarbageObject((void*) 1), in TEST()
25 EXPECT_DEATH(LeakDetector::addGarbageObject((void*) 2), in TEST()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLeakDetector.cpp32 void LeakDetector::addGarbageObjectImpl(void *Object) { in addGarbageObjectImpl()
37 void LeakDetector::addGarbageObjectImpl(const Value *Object) { in addGarbageObjectImpl()
42 void LeakDetector::removeGarbageObjectImpl(void *Object) { in removeGarbageObjectImpl()
47 void LeakDetector::removeGarbageObjectImpl(const Value *Object) { in removeGarbageObjectImpl()
52 void LeakDetector::checkForGarbageImpl(LLVMContext &Context, in checkForGarbageImpl()
DGlobals.cpp97 LeakDetector::addGarbageObject(this); in GlobalVariable()
116 LeakDetector::addGarbageObject(this); in GlobalVariable()
126 LeakDetector::addGarbageObject(this); in setParent()
129 LeakDetector::removeGarbageObject(this); in setParent()
193 LeakDetector::addGarbageObject(this); in GlobalAlias()
205 LeakDetector::addGarbageObject(this); in setParent()
208 LeakDetector::removeGarbageObject(this); in setParent()
DFunction.cpp47 LeakDetector::addGarbageObject(this); in Argument()
56 LeakDetector::addGarbageObject(this); in setParent()
59 LeakDetector::removeGarbageObject(this); in setParent()
175 LeakDetector::addGarbageObject(this); in Function()
220 LeakDetector::addGarbageObject(this); in setParent()
223 LeakDetector::removeGarbageObject(this); in setParent()
DBasicBlock.cpp47 LeakDetector::addGarbageObject(this); in BasicBlock()
87 LeakDetector::addGarbageObject(this); in setParent()
93 LeakDetector::removeGarbageObject(this); in setParent()
DInstruction.cpp27 LeakDetector::addGarbageObject(this); in Instruction()
41 LeakDetector::addGarbageObject(this); in Instruction()
59 if (!P) LeakDetector::addGarbageObject(this); in setParent()
61 if (P) LeakDetector::removeGarbageObject(this); in setParent()
DMetadata.cpp255 LeakDetector::addGarbageObject(N); in getTemporary()
269 LeakDetector::removeGarbageObject(N); in deleteTemporary()
DValue.cpp83 LeakDetector::removeGarbageObject(this); in ~Value()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DLeakDetector.h32 struct LeakDetector { struct
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp43 LeakDetector::removeGarbageObject(this); in ~MachineBasicBlock()
79 LeakDetector::removeGarbageObject(N); in addNodeToList()
85 LeakDetector::addGarbageObject(N); in removeNodeFromList()
101 LeakDetector::removeGarbageObject(N); in addNodeToList()
115 LeakDetector::addGarbageObject(N); in removeNodeFromList()
DMachineInstr.cpp471 LeakDetector::addGarbageObject(this); in MachineInstr()
496 LeakDetector::addGarbageObject(this); in MachineInstr()
511 LeakDetector::addGarbageObject(this); in MachineInstr()
526 LeakDetector::addGarbageObject(this); in MachineInstr()
542 LeakDetector::addGarbageObject(this); in MachineInstr()
564 LeakDetector::addGarbageObject(this); in MachineInstr()
568 LeakDetector::removeGarbageObject(this); in ~MachineInstr()
/external/swiftshader/third_party/LLVM/
DAndroid.mk381 lib/VMCore/LeakDetector.cpp \
/external/swiftshader/
DCMakeLists.txt518 ${LLVM_DIR}/lib/VMCore/LeakDetector.cpp