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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1634   Address getExceptionSlot();

References

tools/clang/lib/CodeGen/CGException.cpp
  416   return Builder.CreateLoad(getExceptionSlot(), "exn");
  781   Builder.CreateStore(LPadExn, getExceptionSlot());
  982   CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot());
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  235         CPI->setOperand(2, CGF.getExceptionSlot().getPointer());