|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/Instruction.h 598 case Instruction::LandingPad:
include/llvm/IR/Instructions.h 2872 return I->getOpcode() == Instruction::LandingPad;
lib/Analysis/ValueTracking.cpp 3967 case Instruction::LandingPad:
lib/AsmParser/LLLexer.cpp 889 INSTKEYWORD(landingpad, LandingPad);
lib/Bitcode/Writer/BitcodeWriter.cpp 2894 case Instruction::LandingPad: {
lib/CodeGen/TargetLoweringBase.cpp 1643 case LandingPad: return 0;
lib/IR/Instruction.cpp 369 case LandingPad: return "landingpad";
lib/IR/Instructions.cpp 195 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertBefore) {
201 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertAtEnd) {
206 : Instruction(LP.getType(), Instruction::LandingPad, nullptr,