Searched refs:IfException (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2955 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2961 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2968 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2975 BasicBlock *IfNormal, BasicBlock *IfException, 2979 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 2983 BasicBlock *IfNormal, BasicBlock *IfException, 2987 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 3155 BasicBlock *IfNormal, BasicBlock *IfException, 3163 init(Func, IfNormal, IfException, Args, NameStr); 3166 BasicBlock *IfNormal, BasicBlock *IfException, [all …]
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 531 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, in init() argument 536 Op<-1>() = IfException; in init()
|