Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DInstructions.h2837 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2843 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2850 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2857 BasicBlock *IfNormal, BasicBlock *IfException,
2861 return new(Values) InvokeInst(Func, IfNormal, IfException, Args,
2865 BasicBlock *IfNormal, BasicBlock *IfException,
2869 return new(Values) InvokeInst(Func, IfNormal, IfException, Args,
3040 BasicBlock *IfNormal, BasicBlock *IfException,
3048 init(Func, IfNormal, IfException, Args, NameStr);
3051 BasicBlock *IfNormal, BasicBlock *IfException,
[all …]
/external/llvm/lib/VMCore/
DInstructions.cpp513 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, in init() argument
517 Op<-2>() = IfNormal; in init()