Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3719 BasicBlock *IfException, ArrayRef<Value *> Args,
3724 BasicBlock *IfException, ArrayRef<Value *> Args,
3729 BasicBlock *IfException, ArrayRef<Value *> Args,
3747 BasicBlock *IfException, ArrayRef<Value *> Args,
3752 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands,
3757 BasicBlock *IfException, ArrayRef<Value *> Args,
3766 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands,
3771 BasicBlock *IfException, ArrayRef<Value *> Args,
3775 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands,
3780 BasicBlock *IfException, ArrayRef<Value *> Args,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp819 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument
828 setUnwindDest(IfException); in init()