Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp119 static ld_plugin_add_input_file add_input_file = nullptr; variable
428 add_input_file = tv->tv_u.tv_add_input_file; in onload()
816 if (add_input_file(Filename.c_str()) != LDPS_OK) in recordFile()