Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cpp394 void AdjustStackSize(void *attr_) { in AdjustStackSize() function
Dsanitizer_common.h287 void AdjustStackSize(void *attr);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp444 AdjustStackSize(attr); in INTERCEPTOR()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1038 AdjustStackSize(attr); in INTERCEPTOR()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp773 AdjustStackSize((void *)(const_cast<pthread_attr_t *>(attr))); in dfsan_pthread_create()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1004 AdjustStackSize(attr); in TSAN_INTERCEPTOR()