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

References

lib/CodeGen/SjLjEHPrepare.cpp
  474   RegisterFn = M.getOrInsertFunction(
  475       "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()),
  477   UnregisterFn = M.getOrInsertFunction(
  478       "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()),
  481       &M, Intrinsic::frameaddress,
  482       {Type::getInt8PtrTy(M.getContext(),
  483                           M.getDataLayout().getAllocaAddrSpace())});
  484   StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave);
  485   StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore);
  487     Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_setup_dispatch);
  488   LSDAAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_lsda);
  489   CallSiteFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_callsite);
  490   FuncCtxFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_functioncontext);