Home
last modified time | relevance | path

Searched refs:bottom_old (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp103 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument
105 if (bottom_old) in FinishSwitchFiber()
106 *bottom_old = stack_.bottom; in FinishSwitchFiber()
H A Dmsan_thread.h43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
H A Dmsan_interface_internal.h206 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old);
H A Dmsan.cpp761 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old) { in __msan_finish_switch_fiber() argument
767 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp111 void NsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument
113 if (bottom_old) in FinishSwitchFiber()
114 *bottom_old = stack_.bottom; in FinishSwitchFiber()
H A Dnsan_thread.h36 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp172 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber() argument
184 if (bottom_old) in FinishSwitchFiber()
185 *bottom_old = stack_bottom_; in FinishSwitchFiber()
583 void __sanitizer_finish_switch_fiber(void *fakestack, const void **bottom_old, in __sanitizer_finish_switch_fiber() argument
590 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()
H A Dasan_thread.h112 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h480 const void **bottom_old,