class PoisoningVH

Declaration

template <typename ValueTy>
class PoisoningVH : public CallbackVH { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/ValueHandle.h:460

Inherits from: CallbackVH

Templates

ValueTy

Method Overview

Inherited from CallbackVH:

Inherited from ValueHandleBase:

Methods

PoisoningVH<ValueTy>()

Declared at: llvm/include/llvm/IR/ValueHandle.h:510

PoisoningVH<ValueTy>(ValueTy* P)

Declared at: llvm/include/llvm/IR/ValueHandle.h:512

Parameters

ValueTy* P

PoisoningVH<ValueTy>(
    const PoisoningVH<ValueTy>& RHS)

Declared at: llvm/include/llvm/IR/ValueHandle.h:513

Parameters

const PoisoningVH<ValueTy>& RHS

ValueTy* operator type - parameter - 0 -
    0 *() const

Declared at: llvm/include/llvm/IR/ValueHandle.h:532

~PoisoningVH<ValueTy>()

Declared at: llvm/include/llvm/IR/ValueHandle.h:516