Home
last modified time | relevance | path

Searched refs:AdjustStackSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp223 AdjustStackSize(attr); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp477 void AdjustStackSize(void *attr_) { in AdjustStackSize() function
H A Dsanitizer_common.h311 void AdjustStackSize(void *attr);
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp485 AdjustStackSize(attr); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1199 AdjustStackSize(attr); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp884 AdjustStackSize((void *)(const_cast<pthread_attr_t *>(attr))); in dfsan_pthread_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1114 AdjustStackSize(attr); in TSAN_INTERCEPTOR()