Home
last modified time | relevance | path

Searched refs:PROF_ERR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c209 PROF_ERR("LLVM Profile: Failed to write file : %s\n", "Filename not set"); in __llvm_profile_write_file()
215 PROF_ERR("LLVM Profile: runtime and instrumentation version mismatch : " in __llvm_profile_write_file()
225 PROF_ERR("LLVM Profile: Failed to write file \"%s\": %s\n", in __llvm_profile_write_file()
H A DInstrProfilingPort.h51 #define PROF_ERR(Format, ...) \ macro
H A DInstrProfilingValue.c20 #define PROF_OOM(Msg) PROF_ERR(Msg ":%s\n", "Out of memory");