Lines Matching refs:message
72 static ld_plugin_message message = discard_message; variable
92 message(LDPL_FATAL, "Failed to get file information"); in PluginInputFile()
99 message(LDPL_FATAL, "Failed to release file information"); in ~PluginInputFile()
259 message(LDPL_FATAL, "thinlto-prefix-replace expects 'old;new' format"); in process_plugin_option()
263 message(LDPL_FATAL, in process_plugin_option()
271 message(LDPL_FATAL, "Optimization level must be between 0 and 3"); in process_plugin_option()
276 message(LDPL_FATAL, "Invalid parallelism level: %s", in process_plugin_option()
280 message(LDPL_FATAL, "Invalid codegen partition level: %s", opt_ + 5); in process_plugin_option()
306 message(LDPL_FATAL, "Invalid remarks hotness threshold: %s", opt); in process_plugin_option()
378 message(LDPL_ERROR, "Unknown output file type %d", tv->tv_u.tv_val); in onload()
437 message = tv->tv_u.tv_message; in onload()
452 message(LDPL_ERROR, "register_claim_file not passed to LLVMgold."); in onload()
456 message(LDPL_ERROR, "add_symbols not passed to LLVMgold."); in onload()
464 message(LDPL_ERROR, "get_input_file not passed to LLVMgold."); in onload()
468 message(LDPL_ERROR, "release_input_file not passed to LLVMgold."); in onload()
495 message(Level, "LLVM gold plugin: %s", ErrStorage.c_str()); in diagnosticHandler()
500 message(LDPL_FATAL, "%s: %s", Msg.c_str(), EIB.message().c_str()); in check()
522 message(LDPL_ERROR, "Failed to get a view of %s", file->name); in claim_file_hook()
538 message(LDPL_ERROR, EC.message().c_str()); in claim_file_hook()
563 message(LDPL_FATAL, in claim_file_hook()
565 EI.message().c_str()); in claim_file_hook()
647 message(LDPL_ERROR, "Unable to add symbols!"); in claim_file_hook()
658 message(LDPL_ERROR, "Unable to get wrap symbols!"); in claim_file_hook()
692 message(LDPL_FATAL, "Failed to get symbol information"); in getSymbolsAndView()
696 message(LDPL_FATAL, "Failed to get a view of file"); in getSymbolsAndView()
740 message(LDPL_FATAL, "Could not read bitcode from file : %s", in addModule()
817 message(LDPL_FATAL, in recordFile()
834 message(LDPL_FATAL, "Could not create temporary file: %s", in getOutputFileName()
835 EC.message().c_str()); in getOutputFileName()
843 message(LDPL_FATAL, "Could not open file %s: %s", NewFilename.c_str(), in getOutputFileName()
844 EC.message().c_str()); in getOutputFileName()
938 message(LDPL_FATAL, "Failed to write the output file."); in createLTO()
1002 message(LDPL_FATAL, "Failed to write '%s': %s", in writeEmptyDistributedBuildOutputs()
1003 (NewModulePath + ".thinlto.bc").c_str(), EC.message().c_str()); in writeEmptyDistributedBuildOutputs()
1015 message(LDPL_FATAL, "Failed to write '%s': %s", in writeEmptyDistributedBuildOutputs()
1016 (NewModulePath + ".imports").c_str(), EC.message().c_str()); in writeEmptyDistributedBuildOutputs()
1030 message(LDPL_FATAL, "Failed to create '%s': %s", in CreateLinkedObjectsFile()
1031 options::thinlto_linked_objects_file.c_str(), EC.message().c_str()); in CreateLinkedObjectsFile()
1153 message(LDPL_FATAL, "Unable to set the extra library path."); in allSymbolsReadHook()
1170 message(LDPL_ERROR, "Failed to delete '%s': %s", output_name.c_str(), in all_symbols_read_hook()
1171 EC.message().c_str()); in all_symbols_read_hook()
1183 message(LDPL_ERROR, "Failed to delete '%s': %s", Name.c_str(), in cleanup_hook()
1184 EC.message().c_str()); in cleanup_hook()