Searched refs:SetJmp (Results 1 – 3 of 3) sorted by relevance
109 ; Functions that call SetJmp should save the current ShadowStackPointer for
461 static void SetJmp(ThreadState *thr, uptr sp, uptr mangled_sp) { in SetJmp() function518 SetJmp(cur_thread(), sp, mangled_sp); in __tsan_setjmp()
2038 llvm::Constant *SetJmp = CGM.CreateRuntimeFunction( in EmitBuiltinExpr() local2045 CS = EmitRuntimeCallOrInvoke(SetJmp, Args); in EmitBuiltinExpr()