LLVM API Documentation

llvm::DbgRegionEndInst Struct Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::DbgRegionEndInst:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

ValuegetContext () const

Static Public Member Functions

static bool classof (const DbgRegionEndInst *)
static bool classof (const IntrinsicInst *I)
static bool classof (const Value *V)

Detailed Description

DbgRegionEndInst - This represents the llvm.dbg.region.end instruction.

Definition at line 150 of file IntrinsicInst.h.


Member Function Documentation

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

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 158 of file IntrinsicInst.h.

References classof(), and V.

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

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 155 of file IntrinsicInst.h.

References llvm::Intrinsic::dbg_region_end, and llvm::IntrinsicInst::getIntrinsicID().

static bool llvm::DbgRegionEndInst::classof ( const DbgRegionEndInst  )  [inline, static]

Definition at line 154 of file IntrinsicInst.h.

Referenced by classof().

Value* llvm::DbgRegionEndInst::getContext (  )  const [inline]

Definition at line 151 of file IntrinsicInst.h.

References llvm::User::getOperand(), and llvm::DbgInfoIntrinsic::StripCast().

Referenced by llvm::SelectionDAGLowering::visitIntrinsicCall().


The documentation for this struct was generated from the following file: