LLVM API Documentation
#include <Instructions.h>
Inheritance diagram for llvm::UnwindInst:
Public Member Functions | |
UnwindInst (Instruction *InsertBefore=0) | |
UnwindInst (BasicBlock *InsertAtEnd) | |
virtual UnwindInst * | clone () const |
unsigned | getNumSuccessors () const |
Static Public Member Functions | |
static bool | classof (const UnwindInst *) |
static bool | classof (const Instruction *I) |
Methods for support type inquiry through isa, cast, and dyn_cast:. | |
static bool | classof (const Value *V) |
Definition at line 1423 of file Instructions.h.
llvm::UnwindInst::UnwindInst | ( | Instruction * | InsertBefore = 0 |
) | [inline] |
llvm::UnwindInst::UnwindInst | ( | BasicBlock * | InsertAtEnd | ) | [inline] |
Definition at line 1428 of file Instructions.h.
UnwindInst * UnwindInst::clone | ( | ) | const [virtual] |
clone() - Create a copy of 'this' instruction that is identical in all ways except the following: The instruction has no parent The instruction has no name
Implements llvm::TerminatorInst.
Definition at line 1341 of file Instructions.cpp.
References UnwindInst().
unsigned llvm::UnwindInst::getNumSuccessors | ( | ) | const [inline] |
getNumSuccessors - Return the number of successors that this terminator has.
Reimplemented from llvm::TerminatorInst.
Definition at line 1434 of file Instructions.h.
static bool llvm::UnwindInst::classof | ( | const UnwindInst * | ) | [inline, static] |
Definition at line 1437 of file Instructions.h.
static bool llvm::UnwindInst::classof | ( | const Instruction * | I | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::TerminatorInst.
Definition at line 1438 of file Instructions.h.
References llvm::Instruction::getOpcode().
static bool llvm::UnwindInst::classof | ( | const Value * | V | ) | [inline, static] |
Reimplemented from llvm::TerminatorInst.
Definition at line 1441 of file Instructions.h.
References llvm::CastInst::classof(), and V.