LLVM API Documentation

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

#include <IntrinsicInst.h>

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

List of all members.

Public Member Functions

const ValuegetValue () const
ValuegetValue ()
uint64_t getOffset () 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

DbgValueInst - This represents the llvm.dbg.value instruction.

Definition at line 97 of file IntrinsicInst.h.


Member Function Documentation

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

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 108 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID().

Referenced by classof().

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

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

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 111 of file IntrinsicInst.h.

References classof().

uint64_t llvm::DbgValueInst::getOffset ( ) const [inline]

DbgValueInst - This represents the llvm.dbg.value instruction.

Definition at line 67 of file IntrinsicInst.cpp.

References llvm::CallInst::getArgOperand(), and llvm::User::getOperand().

Referenced by llvm::FastISel::selectIntrinsicCall().

Definition at line 71 of file IntrinsicInst.cpp.

References llvm::CallInst::getArgOperand(), and llvm::User::getOperand().


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