Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cc24 void LogMessageOnPrintf(const char *str) {} in LogMessageOnPrintf() function
H A Dsanitizer_printf.cc299 LogMessageOnPrintf(buffer); in SharedPrintfCodeNoBuffer()
H A Dsanitizer_common.h815 void LogMessageOnPrintf(const char *str);
818 INLINE void LogMessageOnPrintf(const char *str) {} in LogMessageOnPrintf() function
H A Dsanitizer_linux_libcdep.cc766 void LogMessageOnPrintf(const char *str) { in LogMessageOnPrintf() function
H A Dsanitizer_mac.cc627 void LogMessageOnPrintf(const char *str) { in LogMessageOnPrintf() function
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp53 LogMessageOnPrintf(Message); in dieWithMessage()