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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2905       pushValueAndType(LP.getClause(I), InstID, Vals);
lib/CodeGen/MachineFunction.cpp
  670       Value *Val = LPI->getClause(I - 1);
lib/IR/AsmWriter.cpp
 3793       writeOperand(LPI->getClause(i), true);
lib/IR/Core.cpp
 3207   return wrap(unwrap<LandingPadInst>(LandingPad)->getClause(Idx));
lib/IR/Verifier.cpp
 3686     Constant *Clause = LPI.getClause(i);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  840       Constant *Clause = LPI->getClause(I);
lib/Transforms/InstCombine/InstructionCombining.cpp
 2823       Constant *CatchClause = LI.getClause(i);
 2853       Constant *FilterClause = LI.getClause(i);
lib/Transforms/Utils/InlineFunction.cpp
  609       InlinedLPad->addClause(OuterLPad->getClause(OuterIdx));
tools/clang/lib/CodeGen/CGException.cpp
  261     llvm::Value *Val = LPI->getClause(I)->stripPointerCasts();