reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/gold/gold-plugin.cpp
  254       thinlto_object_suffix_replace =
  256       if (thinlto_object_suffix_replace.find(';') == std::string::npos)
  676   assert(options::thinlto_object_suffix_replace.empty() ||
  677          options::thinlto_object_suffix_replace.find(";") != StringRef::npos);
  678   StringRef SuffixReplace = options::thinlto_object_suffix_replace;