Searched defs:UnwindDest (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h510 BasicBlock *UnwindDest, const Twine &Name = "") {
511 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
516 BasicBlock *UnwindDest, Value *Arg1,
518 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
522 BasicBlock *UnwindDest, Value *Arg1,
526 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
531 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
533 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
509 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, const Twine &Name = Ó) argument
515 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, Value *Arg1, const Twine &Name = Ó) argument
521 CreateInvoke3(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, Value *Arg1, Value *Arg2, Value *Arg3, const Twine &Name = Ó) argument
530 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, const Twine &Name = Ó) argument

Completed in 27 milliseconds