Searched refs:__tsan_setjmp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S4 .hidden __tsan_setjmp
30 jal __tsan_setjmp
56 .hidden __tsan_setjmp
82 jal __tsan_setjmp
108 .hidden __tsan_setjmp
135 jal __tsan_setjmp
162 .hidden __tsan_setjmp
189 jal __tsan_setjmp
H A Dtsan_rtl_aarch64.S35 ASM_HIDDEN(__tsan_setjmp)
56 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
60 bl ASM_SYMBOL(__tsan_setjmp)
107 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
111 bl ASM_SYMBOL(__tsan_setjmp)
159 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
163 bl ASM_SYMBOL(__tsan_setjmp)
212 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
216 bl ASM_SYMBOL(__tsan_setjmp)
H A Dtsan_rtl_amd64.S172 ASM_HIDDEN(__tsan_setjmp)
192 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
201 call ASM_SYMBOL(__tsan_setjmp)
233 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
242 call ASM_SYMBOL(__tsan_setjmp)
281 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
290 call ASM_SYMBOL(__tsan_setjmp)
337 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
344 call ASM_SYMBOL(__tsan_setjmp)
H A Dtsan_rtl_ppc64.S4 .hidden __tsan_setjmp
44 bl __tsan_setjmp
188 bl __tsan_setjmp
H A Dtsan_interceptors_posix.cpp535 extern "C" void __tsan_setjmp(uptr sp) { function

Completed in 128 milliseconds