Home
last modified time | relevance | path

Searched refs:PROF_NOTE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h129 #define PROF_NOTE(Format, ...) \ macro
H A DInstrProfilingFile.c905 PROF_NOTE("Set profile file path to \"%s\" via %s.\n", in parseAndSetFilename()
909 PROF_NOTE("Override old profile path \"%s\" via %s to \"%s\" via %s.\n", in parseAndSetFilename()
1162 PROF_NOTE("Profile data not written to file: %s.\n", "already written"); in __llvm_profile_write_file()
1298 PROF_NOTE("Profile data not written to file: %s.\n", "already written"); in __llvm_write_custom_profile()
H A DInstrProfilingPlatformAIX.c151 PROF_NOTE("Writing binary id: %s\n", StrBuf); in __llvm_write_binary_ids()
H A DInstrProfilingUtil.c341 PROF_NOTE("%s\n", "could not use mmap; using fread instead"); in lprofGetFileContentBuffer()