Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1011 if (options::thinlto_linked_objects_file.empty()) in CreateLinkedObjectsFile()
1016 options::thinlto_linked_objects_file, EC, sys::fs::OpenFlags::OF_None); in CreateLinkedObjectsFile()
1019 options::thinlto_linked_objects_file.c_str(), EC.message().c_str()); in CreateLinkedObjectsFile()