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 |
Terminators must implement the methods required by Instruction... | |
virtual const BasicBlock * | getSuccessor (unsigned idx) const |
virtual void | setSuccessor (unsigned idx, BasicBlock *NewSucc) |
Set a successor at a given index. | |
virtual 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 1159 of file Instructions.h.
|
Definition at line 1161 of file Instructions.h. Referenced by clone(). |
|
Definition at line 1164 of file Instructions.h. |
|
Reimplemented from llvm::TerminatorInst. Definition at line 1183 of file Instructions.h. References classof(). |
|
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::TerminatorInst. Definition at line 1180 of file Instructions.h. References llvm::Instruction::getOpcode(). |
|
Definition at line 1179 of file Instructions.h. Referenced by classof(). |
|
Terminators must implement the methods required by Instruction...
Implements llvm::TerminatorInst. Definition at line 821 of file Instructions.cpp. References UnwindInst(). |
|
Implements llvm::TerminatorInst. Definition at line 1176 of file Instructions.h. |
|
Additionally, they must provide a method to get at the successors of this terminator instruction. 'idx' may not be >= the number of successors returned by getNumSuccessors()! Implements llvm::TerminatorInst. Definition at line 1170 of file Instructions.h. References abort(). |
|
Set a successor at a given index.
Implements llvm::TerminatorInst. Definition at line 226 of file Instructions.cpp. |