Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp24 void LogMessageOnPrintf(const char *str) {} in LogMessageOnPrintf() function
H A Dsanitizer_printf.cpp297 LogMessageOnPrintf(buffer); in SharedPrintfCodeNoBuffer()
H A Dsanitizer_common.h919 void LogMessageOnPrintf(const char *str);
922 inline void LogMessageOnPrintf(const char *str) {} in LogMessageOnPrintf() function
H A Dsanitizer_linux_libcdep.cpp887 void LogMessageOnPrintf(const char *str) { in LogMessageOnPrintf() function
H A Dsanitizer_mac.cpp836 void LogMessageOnPrintf(const char *str) { in LogMessageOnPrintf() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp52 LogMessageOnPrintf(Message); in dieWithMessage()