LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::DbgStopPointInst Struct Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::DbgStopPointInst:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

unsigned getLineNo () const
unsigned getColNo () const
ValuegetContext () const

Static Public Member Functions

static bool classof (const DbgStopPointInst *)
static bool classof (const CallInst *I)
static bool classof (const Value *V)

Detailed Description

DbgStopPointInst - This represent llvm.dbg.stoppoint instructions.

Definition at line 74 of file IntrinsicInst.h.


Member Function Documentation

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

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 92 of file IntrinsicInst.h.

References classof().

static bool llvm::DbgStopPointInst::classof const CallInst I  )  [inline, static]
 

Reimplemented from llvm::DbgInfoIntrinsic.

Definition at line 87 of file IntrinsicInst.h.

References llvm::Intrinsic::dbg_stoppoint, and llvm::CallInst::getCalledFunction().

static bool llvm::DbgStopPointInst::classof const DbgStopPointInst  )  [inline, static]
 

Definition at line 86 of file IntrinsicInst.h.

Referenced by classof().

unsigned llvm::DbgStopPointInst::getColNo  )  const [inline]
 

Definition at line 79 of file IntrinsicInst.h.

References llvm::User::getOperand().

Value* llvm::DbgStopPointInst::getContext  )  const [inline]
 

Definition at line 82 of file IntrinsicInst.h.

References llvm::User::getOperand().

unsigned llvm::DbgStopPointInst::getLineNo  )  const [inline]
 

Definition at line 76 of file IntrinsicInst.h.

References llvm::User::getOperand().


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