LLVM API Documentation
#include <IntrinsicInst.h>
Public Member Functions | |
const Value * | getValue () const |
Value * | getValue () |
uint64_t | getOffset () 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: |
DbgValueInst - This represents the llvm.dbg.value instruction.
Definition at line 97 of file IntrinsicInst.h.
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] |
Definition at line 101 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperand().
Referenced by llvm::SelectionDAGBuilder::resolveDanglingDebugInfo(), and llvm::FastISel::selectIntrinsicCall().
const Value * DbgValueInst::getValue | ( | ) | const |
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().
Value * DbgValueInst::getValue | ( | ) |
Definition at line 71 of file IntrinsicInst.cpp.
References llvm::CallInst::getArgOperand(), and llvm::User::getOperand().
MDNode* llvm::DbgValueInst::getVariable | ( | ) | const [inline] |
Definition at line 105 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperand().
Referenced by llvm::DebugInfoFinder::processValue(), llvm::SelectionDAGBuilder::resolveDanglingDebugInfo(), and llvm::FastISel::selectIntrinsicCall().