Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
693 assert(options::thinlto_object_suffix_replace.empty() || in getThinLTOOldAndNewSuffix()
694 options::thinlto_object_suffix_replace.find(';') != StringRef::npos); in getThinLTOOldAndNewSuffix()
695 StringRef SuffixReplace = options::thinlto_object_suffix_replace; in getThinLTOOldAndNewSuffix()