reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instructions.h
 2824   static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses,

References

include/llvm/IR/IRBuilder.h
 2392     return Insert(LandingPadInst::Create(Ty, NumClauses), Name);
lib/AsmParser/LLParser.cpp
 6713   std::unique_ptr<LandingPadInst> LP(LandingPadInst::Create(Ty, 0));
lib/Bitcode/Reader/BitcodeReader.cpp
 4706       LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses);
lib/Transforms/InstCombine/InstructionCombining.cpp
 3090     LandingPadInst *NLI = LandingPadInst::Create(LI.getType(),