Home
last modified time | relevance | path

Searched refs:SetJmp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dshadow-stack.ll109 ; Functions that call SetJmp should save the current ShadowStackPointer for
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc461 static void SetJmp(ThreadState *thr, uptr sp, uptr mangled_sp) { in SetJmp() function
518 SetJmp(cur_thread(), sp, mangled_sp); in __tsan_setjmp()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2038 llvm::Constant *SetJmp = CGM.CreateRuntimeFunction( in EmitBuiltinExpr() local
2045 CS = EmitRuntimeCallOrInvoke(SetJmp, Args); in EmitBuiltinExpr()