Searched refs:__tsan_func_entry (Results 1 – 13 of 13) sorted by relevance
12 ; CHECK: call void @__tsan_func_entry(i8* %0)26 ; CHECK: call void @__tsan_func_entry(i8* %0)40 ; CHECK: call void @__tsan_func_entry(i8* %0)54 ; CHECK: call void @__tsan_func_entry(i8* %0)68 ; CHECK: call void @__tsan_func_entry(i8* %0)82 ; CHECK: call void @__tsan_func_entry(i8* %0)96 ; CHECK: call void @__tsan_func_entry(i8* %0)110 ; CHECK: call void @__tsan_func_entry(i8* %0)124 ; CHECK: call void @__tsan_func_entry(i8* %0)138 ; CHECK: call void @__tsan_func_entry(i8* %0)
29 ; CHECK-NEXT: call void @__tsan_func_entry(i8* %0)
15 ; CHECK: call void @__tsan_func_entry(i8* %0)
13 ; CHECK-EXC: call void @__tsan_func_entry22 ; CHECK-NOEXC: call void @__tsan_func_entry32 ; CHECK: call void @__tsan_func_entry42 ; CHECK: call void @__tsan_func_entry53 ; CHECK: call void @__tsan_func_entry
36 __tsan_func_entry(__builtin_return_address(0)); in run_tests()37 __tsan_func_entry((void*)((intptr_t)&run_tests + 1)); in run_tests()
86 __tsan_func_entry((void*)(uintptr_t)j); in TEST()
332 __tsan_func_entry((void*)((uptr)ev->ptr)); in HandleEvent()377 __tsan_func_entry(__builtin_return_address(0)); in ScopedThreadCallback()
103 void __tsan_func_entry(void *pc) { in __tsan_func_entry() function
72 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_func_entry(void *call_pc);