Home
last modified time | relevance | path

Searched refs:addGarbageObject (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/IR/
DLeakDetectorTest.cpp20 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/llvm/include/llvm/IR/
DLeakDetector.h37 static void addGarbageObject(void *Object) { in addGarbageObject() function
70 static void addGarbageObject(const Value *Object) { in addGarbageObject() function
/external/llvm/lib/IR/
DGlobals.cpp147 LeakDetector::addGarbageObject(this); in GlobalVariable()
167 LeakDetector::addGarbageObject(this); in GlobalVariable()
177 LeakDetector::addGarbageObject(this); in setParent()
245 LeakDetector::addGarbageObject(this); in GlobalAlias()
283 LeakDetector::addGarbageObject(this); in setParent()
DInstruction.cpp28 LeakDetector::addGarbageObject(this); in Instruction()
46 LeakDetector::addGarbageObject(this); in Instruction()
64 if (!P) LeakDetector::addGarbageObject(this); in setParent()
DBasicBlock.cpp51 LeakDetector::addGarbageObject(this); in BasicBlock()
91 LeakDetector::addGarbageObject(this); in setParent()
DFunction.cpp50 LeakDetector::addGarbageObject(this); in Argument()
59 LeakDetector::addGarbageObject(this); in setParent()
231 LeakDetector::addGarbageObject(this); in Function()
280 LeakDetector::addGarbageObject(this); in setParent()
DMetadata.cpp289 LeakDetector::addGarbageObject(N); in getTemporary()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp95 LeakDetector::addGarbageObject(N); in removeNodeFromList()
126 LeakDetector::addGarbageObject(N); in removeNodeFromList()