LLVM API Documentation
#include <IntrinsicInst.h>
Inheritance diagram for llvm::DbgStopPointInst:
Public Member Functions | |
Value * | getLineValue () const |
Value * | getColumnValue () const |
Value * | getContext () const |
unsigned | getLine () const |
unsigned | getColumn () const |
std::string | getFileName () const |
std::string | getDirectory () const |
Static Public Member Functions | |
static bool | classof (const DbgStopPointInst *) |
static bool | classof (const IntrinsicInst *I) |
static bool | classof (const Value *V) |
Definition at line 92 of file IntrinsicInst.h.
Value* llvm::DbgStopPointInst::getLineValue | ( | ) | const [inline] |
Definition at line 93 of file IntrinsicInst.h.
References llvm::User::getOperand().
Referenced by llvm::SelectionDAGLowering::visitIntrinsicCall().
Value* llvm::DbgStopPointInst::getColumnValue | ( | ) | const [inline] |
Definition at line 94 of file IntrinsicInst.h.
References llvm::User::getOperand().
Referenced by llvm::SelectionDAGLowering::visitIntrinsicCall().
Value* llvm::DbgStopPointInst::getContext | ( | ) | const [inline] |
Definition at line 95 of file IntrinsicInst.h.
References llvm::User::getOperand(), and llvm::DbgInfoIntrinsic::StripCast().
Referenced by getDirectory(), getFileName(), and llvm::SelectionDAGLowering::visitIntrinsicCall().
unsigned llvm::DbgStopPointInst::getLine | ( | ) | const [inline] |
unsigned llvm::DbgStopPointInst::getColumn | ( | ) | const [inline] |
std::string DbgStopPointInst::getFileName | ( | ) | const |
DbgStopPointInst - This represents the llvm.dbg.stoppoint instruction.
Definition at line 62 of file IntrinsicInst.cpp.
References getContext(), llvm::Constant::getOperand(), llvm::Constant::getStringValue(), GV, and llvm::LLVMDebugVersion.
std::string DbgStopPointInst::getDirectory | ( | ) | const |
Definition at line 70 of file IntrinsicInst.cpp.
References getContext(), llvm::Constant::getOperand(), llvm::Constant::getStringValue(), GV, and llvm::LLVMDebugVersion.
static bool llvm::DbgStopPointInst::classof | ( | const DbgStopPointInst * | ) | [inline, static] |
static bool llvm::DbgStopPointInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::DbgInfoIntrinsic.
Definition at line 111 of file IntrinsicInst.h.
References llvm::Intrinsic::dbg_stoppoint, and llvm::IntrinsicInst::getIntrinsicID().
static bool llvm::DbgStopPointInst::classof | ( | const Value * | V | ) | [inline, static] |