Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp192 static std::string thinlto_object_suffix_replace; variable
261 thinlto_object_suffix_replace = std::string(opt); in process_plugin_option()
262 if (thinlto_object_suffix_replace.find(';') == std::string::npos) in process_plugin_option()
705 assert(options::thinlto_object_suffix_replace.empty() || in getThinLTOOldAndNewSuffix()
706 options::thinlto_object_suffix_replace.find(';') != StringRef::npos); in getThinLTOOldAndNewSuffix()
707 StringRef SuffixReplace = options::thinlto_object_suffix_replace; in getThinLTOOldAndNewSuffix()
/llvm-project-15.0.7/lld/COFF/
H A DOptions.td248 def thinlto_object_suffix_replace : P<