Home
last modified time | relevance | path

Searched refs:getcontext (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dindirect-branch-tracking-r2.ll8 ;; setjmp, sigsetjmp, savectx, vfork, getcontext
22 ; X64: callq getcontext
35 ; X86: calll getcontext
48 %call7 = call i32 (i32, ...) @getcontext(i32 0) #1
67 declare dso_local i32 @getcontext(...) #1
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp103 getcontext(&next_child_context); in Child()
120 getcontext(&child_context); in Run()
168 getcontext(&child_huge_stack_context); in DoRunHugeStack()
H A Dswapcontext_test.cpp57 getcontext(&child_context); in Run()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cpp30 getcontext(&child_context); in main()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dfiber_simple.cpp23 getcontext(&uc); in main()
H A Dfiber_race.cpp23 getcontext(&uc); in main()
H A Dfiber_from_thread.cpp31 getcontext(&uc); in main()
H A Dfiber_two_threads.cpp45 getcontext(&uc); in main()
H A Dfiber_longjmp.cpp57 getcontext(&uc); in main()
/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dswapcontext_annotation_reset.cpp45 if (getcontext(&ctx) == -1) { in main()
H A Dswapcontext_annotation.cpp40 if (getcontext(&fiber_ctx) == -1) { in main()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Dguard-page.c40 if (getcontext(&ctx) < 0) in thread()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp260 INTERCEPTOR(int, getcontext, struct ucontext_t *ucp) { in INTERCEPTOR() argument
265 return REAL(getcontext)(ucp); in INTERCEPTOR()
662 ASAN_INTERCEPT_FUNC(getcontext); in InitializeAsanInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_mac.cpp36 int getcontext(ucontext_t *ucp) __attribute__((returns_twice));
418 int ret = getcontext(oucp); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp36 int getcontext(ucontext_t *ucp) __attribute__((returns_twice));
418 int ret = getcontext(oucp); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2254 PRE_SYSCALL(getcontext)(void *ucp_) { /* Nothing to do */ }
2255 POST_SYSCALL(getcontext)(long long res, void *ucp_) { /* Nothing to do */ }
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.def1141 LIBBUILTIN(getcontext, "iK*", "fjT", "setjmp.h", ALL_LANGUAGES)
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1845 fun:getcontext=uninstrumented