OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addGarbageObject
(Results
1 - 8
of
8
) sorted by null
/external/llvm/unittests/Support/
LeakDetectorTest.cpp
20
LeakDetector::
addGarbageObject
((void*) 1);
21
LeakDetector::
addGarbageObject
((void*) 2);
23
EXPECT_DEATH(LeakDetector::
addGarbageObject
((void*) 1),
25
EXPECT_DEATH(LeakDetector::
addGarbageObject
((void*) 2),
/external/llvm/include/llvm/Support/
LeakDetector.h
33
///
addGarbageObject
- Add a pointer to the internal set of "garbage" object
37
static void
addGarbageObject
(void *Object) {
70
static void
addGarbageObject
(const Value *Object) {
/external/llvm/lib/IR/
Globals.cpp
101
LeakDetector::
addGarbageObject
(this);
122
LeakDetector::
addGarbageObject
(this);
132
LeakDetector::
addGarbageObject
(this);
199
LeakDetector::
addGarbageObject
(this);
211
LeakDetector::
addGarbageObject
(this);
BasicBlock.cpp
47
LeakDetector::
addGarbageObject
(this);
87
LeakDetector::
addGarbageObject
(this);
Function.cpp
50
LeakDetector::
addGarbageObject
(this);
59
LeakDetector::
addGarbageObject
(this);
208
LeakDetector::
addGarbageObject
(this);
257
LeakDetector::
addGarbageObject
(this);
Instruction.cpp
28
LeakDetector::
addGarbageObject
(this);
42
LeakDetector::
addGarbageObject
(this);
60
if (!P) LeakDetector::
addGarbageObject
(this);
Metadata.cpp
286
LeakDetector::
addGarbageObject
(N);
/external/llvm/lib/CodeGen/
MachineBasicBlock.cpp
93
LeakDetector::
addGarbageObject
(N);
124
LeakDetector::
addGarbageObject
(N);
[
all
...]
Completed in 1009 milliseconds