Searched refs:ScopedStackSpaceWithGuard (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp232 class ScopedStackSpaceWithGuard { class in namespace:__sanitizer
234 explicit ScopedStackSpaceWithGuard(uptr stack_size) { function in class:__sanitizer::ScopedStackSpaceWithGuard
243 ~ScopedStackSpaceWithGuard() {
278 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize);
H A Dsanitizer_stoptheworld_linux_libcdep.cpp331 class ScopedStackSpaceWithGuard { class in namespace:__sanitizer
333 explicit ScopedStackSpaceWithGuard(uptr stack_size) { function in class:__sanitizer::ScopedStackSpaceWithGuard
342 ~ScopedStackSpaceWithGuard() {
403 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize);

Completed in 97 milliseconds