Searched refs:IfException (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 3618 BasicBlock *IfException, ArrayRef<Value *> Args, 3623 BasicBlock *IfException, ArrayRef<Value *> Args, 3628 BasicBlock *IfException, ArrayRef<Value *> Args, 3730 Func, IfNormal, IfException, Args, None, NameStr, 3742 Func, IfNormal, IfException, Args, Bundles, NameStr, 3752 Func, IfNormal, IfException, Args, NameStr, InsertAtEnd); 3762 Func, IfNormal, IfException, Args, Bundles, NameStr, 3835 BasicBlock *IfException, ArrayRef<Value *> Args, 3841 init(Ty, Func, IfNormal, IfException, Args, Bundles, NameStr); 3845 BasicBlock *IfException, ArrayRef<Value *> Args, [all …]
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 653 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument 662 setUnwindDest(IfException); in init()
|