OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeakDetector
(Results
1 - 11
of
11
) sorted by null
/external/llvm/unittests/Support/
LeakDetectorTest.cpp
1
//===- llvm/unittest/
LeakDetector
/
LeakDetector
.cpp -
LeakDetector
tests ---===//
11
#include "llvm/Support/
LeakDetector
.h"
19
TEST(
LeakDetector
, Death1) {
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/lib/IR/
LeakDetector.cpp
1
//===--
LeakDetector
.cpp - Implement
LeakDetector
interface ---------------===//
10
// This file implements the
LeakDetector
class.
14
#include "llvm/Support/
LeakDetector
.h"
32
void
LeakDetector
::addGarbageObjectImpl(void *Object) {
37
void
LeakDetector
::addGarbageObjectImpl(const Value *Object) {
42
void
LeakDetector
::removeGarbageObjectImpl(void *Object) {
47
void
LeakDetector
::removeGarbageObjectImpl(const Value *Object) {
52
void
LeakDetector
::checkForGarbageImpl(LLVMContext &Context,
Globals.cpp
23
#include "llvm/Support/
LeakDetector
.h"
101
LeakDetector
::addGarbageObject(this);
122
LeakDetector
::addGarbageObject(this);
132
LeakDetector
::addGarbageObject(this);
135
LeakDetector
::removeGarbageObject(this);
199
LeakDetector
::addGarbageObject(this);
211
LeakDetector
::addGarbageObject(this);
214
LeakDetector
::removeGarbageObject(this);
Android.mk
26
LeakDetector
.cpp \
BasicBlock.cpp
23
#include "llvm/Support/
LeakDetector
.h"
47
LeakDetector
::addGarbageObject(this);
87
LeakDetector
::addGarbageObject(this);
93
LeakDetector
::removeGarbageObject(this);
Function.cpp
27
#include "llvm/Support/
LeakDetector
.h"
50
LeakDetector
::addGarbageObject(this);
59
LeakDetector
::addGarbageObject(this);
62
LeakDetector
::removeGarbageObject(this);
208
LeakDetector
::addGarbageObject(this);
257
LeakDetector
::addGarbageObject(this);
260
LeakDetector
::removeGarbageObject(this);
Instruction.cpp
21
#include "llvm/Support/
LeakDetector
.h"
28
LeakDetector
::addGarbageObject(this);
42
LeakDetector
::addGarbageObject(this);
60
if (!P)
LeakDetector
::addGarbageObject(this);
62
if (P)
LeakDetector
::removeGarbageObject(this);
Metadata.cpp
25
#include "llvm/Support/
LeakDetector
.h"
286
LeakDetector
::addGarbageObject(N);
300
LeakDetector
::removeGarbageObject(N);
Value.cpp
29
#include "llvm/Support/
LeakDetector
.h"
87
LeakDetector
::removeGarbageObject(this);
/external/llvm/include/llvm/Support/
LeakDetector.h
1
//===-- llvm/Support/
LeakDetector
.h - Provide leak detection ----*- C++ -*-===//
32
struct
LeakDetector
{
/external/llvm/lib/CodeGen/
MachineBasicBlock.cpp
31
#include "llvm/Support/
LeakDetector
.h"
46
LeakDetector
::removeGarbageObject(this);
87
LeakDetector
::removeGarbageObject(N);
93
LeakDetector
::addGarbageObject(N);
109
LeakDetector
::removeGarbageObject(N);
124
LeakDetector
::addGarbageObject(N);
[
all
...]
Completed in 726 milliseconds