Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3831 BasicBlock *IfException, ArrayRef<Value *> Args,
3836 BasicBlock *IfException, ArrayRef<Value *> Args,
3841 BasicBlock *IfException, ArrayRef<Value *> Args,
3859 BasicBlock *IfException, ArrayRef<Value *> Args,
3864 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt,
3869 BasicBlock *IfException, ArrayRef<Value *> Args,
3878 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands,
3883 BasicBlock *IfException, ArrayRef<Value *> Args,
3887 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt,
3892 BasicBlock *IfException, ArrayRef<Value *> Args,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp966 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument
990 setUnwindDest(IfException); in init()