Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c198 PROF_ERR("LLVM Profile: Failed to write file : %s\n", "Filename not set"); in __llvm_profile_write_file()
205 PROF_ERR("LLVM Profile: Failed to write file \"%s\": %s\n", in __llvm_profile_write_file()
DInstrProfilingValue.c20 #define PROF_OOM(Msg) PROF_ERR(Msg ":%s\n", "Out of memory");
223 PROF_ERR("Value profile data is dropped :%s \n", in __llvm_profile_gather_value_data()
DInstrProfilingPort.h46 #define PROF_ERR(Format, ...) \ macro