Searched refs:getcontext (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | indirect-branch-tracking-r2.ll | 8 ;; 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 D | swapcontext_annotation.cpp | 103 getcontext(&next_child_context); in Child() 120 getcontext(&child_context); in Run() 168 getcontext(&child_huge_stack_context); in DoRunHugeStack()
|
| H A D | swapcontext_test.cpp | 57 getcontext(&child_context); in Run()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | swapcontext.cpp | 30 getcontext(&child_context); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | fiber_simple.cpp | 23 getcontext(&uc); in main()
|
| H A D | fiber_race.cpp | 23 getcontext(&uc); in main()
|
| H A D | fiber_from_thread.cpp | 31 getcontext(&uc); in main()
|
| H A D | fiber_two_threads.cpp | 45 getcontext(&uc); in main()
|
| H A D | fiber_longjmp.cpp | 57 getcontext(&uc); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | swapcontext_annotation_reset.cpp | 45 if (getcontext(&ctx) == -1) { in main()
|
| H A D | swapcontext_annotation.cpp | 40 if (getcontext(&fiber_ctx) == -1) { in main()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/ |
| H A D | guard-page.c | 40 if (getcontext(&ctx) < 0) in thread()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 260 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 D | tsan_interceptors_mac.cpp | 36 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 D | tsan_interceptors_mac.cpp | 36 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 D | sanitizer_syscalls_netbsd.inc | 2254 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 D | Builtins.def | 1141 LIBBUILTIN(getcontext, "iK*", "fjT", "setjmp.h", ALL_LANGUAGES)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1845 fun:getcontext=uninstrumented
|