Searched refs:REGISTERS_UNAVAILABLE_FATAL (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h22 REGISTERS_UNAVAILABLE_FATAL = -1, enumerator in enum:__sanitizer::PtraceRegistersStatus
H A Dsanitizer_stoptheworld_mac.cpp157 return err == KERN_INVALID_ARGUMENT ? REGISTERS_UNAVAILABLE_FATAL
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp349 return pterrno == ESRCH ? REGISTERS_UNAVAILABLE_FATAL
H A Dsanitizer_stoptheworld_linux_libcdep.cpp557 return pterrno == ESRCH ? REGISTERS_UNAVAILABLE_FATAL
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp242 if (have_registers == REGISTERS_UNAVAILABLE_FATAL) continue;

Completed in 119 milliseconds