LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::DbgDeclareInst Class Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::DbgDeclareInst:
Inheritance graph
[legend]
Collaboration diagram for llvm::DbgDeclareInst:
Collaboration graph
[legend]

List of all members.

Public Member Functions

ValuegetAddress () const
MDNodegetVariable () const

Static Public Member Functions

static bool classof (const IntrinsicInst *I)
static bool classof (const Value *V)
 Methods for support type inquiry through isa, cast, and dyn_cast:

Detailed Description

DbgDeclareInst - This represents the llvm.dbg.declare instruction.

Definition at line 81 of file IntrinsicInst.h.


Member Function Documentation

static bool llvm::DbgDeclareInst::classof ( const IntrinsicInst I) [inline, static]

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 87 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID().

Referenced by classof().

static bool llvm::DbgDeclareInst::classof ( const Value V) [inline, static]

Methods for support type inquiry through isa, cast, and dyn_cast:

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 90 of file IntrinsicInst.h.

References classof().

DbgDeclareInst - This represents the llvm.dbg.declare instruction.

Definition at line 56 of file IntrinsicInst.cpp.

References llvm::CallInst::getArgOperand().

Referenced by llvm::LowerDbgDeclare(), and llvm::FastISel::selectIntrinsicCall().


The documentation for this class was generated from the following files: