Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp24 void LogMessageOnPrintf(const char *str) {} in LogMessageOnPrintf() function
H A Dsanitizer_printf.cpp304 LogMessageOnPrintf(buffer); in SharedPrintfCodeNoBuffer()
H A Dsanitizer_common.h894 void LogMessageOnPrintf(const char *str);
897 inline void LogMessageOnPrintf(const char *str) {} in LogMessageOnPrintf() function
H A Dsanitizer_linux_libcdep.cpp826 void LogMessageOnPrintf(const char *str) { in LogMessageOnPrintf() function
H A Dsanitizer_mac.cpp841 void LogMessageOnPrintf(const char *str) { in LogMessageOnPrintf() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp52 LogMessageOnPrintf(Message); in dieWithMessage()