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

References

tools/lld/ELF/Driver.cpp
  916   config->soName = args.getLastArgValue(OPT_soname);
tools/lld/ELF/SyntheticSections.cpp
 1293     if (!config->soName.empty())
 1294       addInt(DT_SONAME, part.dynStrTab->addString(config->soName));
 1296     if (!config->soName.empty())
 1297       addInt(DT_NEEDED, part.dynStrTab->addString(config->soName));
 2859   if (!config->soName.empty())
 2860     return config->soName;