LLVM API Documentation
#include <IntrinsicInst.h>
Public Member Functions | |
Value * | getAddress () const |
MDNode * | getVariable () 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: |
DbgDeclareInst - This represents the llvm.dbg.declare instruction.
Definition at line 81 of file IntrinsicInst.h.
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().
Value * DbgDeclareInst::getAddress | ( | ) | const |
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().
MDNode* llvm::DbgDeclareInst::getVariable | ( | ) | const [inline] |
Definition at line 84 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperand().
Referenced by llvm::ConvertDebugDeclareToDebugValue(), llvm::LowerDbgDeclare(), llvm::DebugInfoFinder::processDeclare(), llvm::replaceDbgDeclareForAlloca(), and llvm::FastISel::selectIntrinsicCall().