Home
last modified time | relevance | path

Searched refs:IfException (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3845 BasicBlock *IfException, ArrayRef<Value *> Args,
3850 BasicBlock *IfException, ArrayRef<Value *> Args,
3855 BasicBlock *IfException, ArrayRef<Value *> Args,
3878 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt,
3901 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt,
3932 IfException, Args, Bundles, NameStr, InsertBefore);
3939 IfException, Args, NameStr, InsertAtEnd);
3947 IfException, Args, Bundles, NameStr, InsertAtEnd);
4010 BasicBlock *IfException, ArrayRef<Value *> Args,
4016 init(Ty, Func, IfNormal, IfException, Args, Bundles, NameStr);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp817 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument
841 setUnwindDest(IfException); in init()