Searched defs:CatchPadInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h4156 // CatchPadInst Class
4158 class CatchPadInst : public FuncletPadInst { class in namespace:llvm
4160 explicit CatchPadInst(Value *CatchSwitch, ArrayRef<Value *> Args, function in class:llvm::CatchPadInst
4165 explicit CatchPadInst(Value *CatchSwitch, ArrayRef<Value *> Args, function in class:llvm::CatchPadInst
4172 static CatchPadInst *Create(Value *CatchSwitch, ArrayRef<Value *> Args,
4177 CatchPadInst(CatchSwitch, Args, Values, NameStr, InsertBefore);
4179 static CatchPadInst *Create(Value *CatchSwitch, ArrayRef<Value *> Args,
4183 CatchPadInst(CatchSwitch, Args, Values, NameStr, InsertAtEnd);
4238 CatchPadInst *getCatchPad() const { return cast<CatchPadInst>(O
[all...]

Completed in 41 milliseconds