Home | History | Annotate | Download | only in llvm

Lines Matching defs:LandingPadInst

2119 //                           LandingPadInst Class
2123 /// LandingPadInst - The landingpad instruction holds all of the information
2130 class LandingPadInst : public Instruction {
2134 LandingPadInst(const LandingPadInst &LP);
2146 explicit LandingPadInst(Type *RetTy, Value *PersonalityFn,
2149 explicit LandingPadInst(Type *RetTy, Value *PersonalityFn,
2153 virtual LandingPadInst *clone_impl() const;
2157 static LandingPadInst *Create(Type *RetTy, Value *PersonalityFn,
2161 static LandingPadInst *Create(Type *RetTy, Value *PersonalityFn,
2164 ~LandingPadInst();
2209 static inline bool classof(const LandingPadInst *) { return true; }
2219 struct OperandTraits<LandingPadInst> : public HungoffOperandTraits<2> {
2222 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(LandingPadInst, Value)
2828 LandingPadInst *getLandingPadInst() const;