Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp174 static std::string thinlto_linked_objects_file; variable
253 thinlto_linked_objects_file = std::string(opt); in process_plugin_option()
1023 if (options::thinlto_linked_objects_file.empty()) in CreateLinkedObjectsFile()
1028 options::thinlto_linked_objects_file, EC, sys::fs::OpenFlags::OF_None); in CreateLinkedObjectsFile()
1031 options::thinlto_linked_objects_file.c_str(), EC.message().c_str()); in CreateLinkedObjectsFile()