Searched refs:PROF_ERR (Results 1 – 3 of 3) sorted by relevance
198 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()
20 #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()
46 #define PROF_ERR(Format, ...) \ macro