Searched refs:IfException (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 3586 BasicBlock *IfException, ArrayRef<Value *> Args, 3591 BasicBlock *IfException, ArrayRef<Value *> Args, 3609 BasicBlock *IfException, ArrayRef<Value *> Args, 3614 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt, 3619 BasicBlock *IfException, ArrayRef<Value *> Args, 3628 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands, 3633 BasicBlock *IfException, ArrayRef<Value *> Args, 3637 IfException, Args, std::nullopt, NameStr, InsertBefore); 3641 BasicBlock *IfException, ArrayRef<Value *> Args, 3646 IfException, Args, Bundles, NameStr, InsertBefore); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 772 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument 796 setUnwindDest(IfException); in init()
|