Home | History | Annotate | Download | only in gold

Lines Matching defs:get_input_file

72 static ld_plugin_get_input_file get_input_file = nullptr;
91 if (get_input_file(Handle, File.get()) != LDPS_OK)
337 get_input_file = tv->tv_u.tv_get_input_file;
382 if (!get_input_file) {
383 message(LDPL_ERROR, "get_input_file not passed to LLVMgold.");
517 // invoke get_input_file once per archive (only for the leader handle).