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

References

tools/lld/ELF/Arch/AArch64.cpp
  589   btiEntry = btiHeader && !config->shared;
tools/lld/ELF/Arch/PPC64.cpp
  911   if (s.isUndefWeak() && !config->shared)
tools/lld/ELF/Driver.cpp
  308   if (config->pie && config->shared)
  311   if (!config->shared && !config->filterList.empty())
  314   if (!config->shared && !config->auxiliaryList.empty())
  327     if (config->shared)
  547   if (config->shared)
  914   config->shared = args.hasArg(OPT_shared);
 1102   config->isPic = config->pie || config->shared;
 1726       (!config->entry.empty() || (!config->shared && !config->relocatable));
tools/lld/ELF/LTO.cpp
  160   bool isExec = !config->shared && !config->relocatable;
tools/lld/ELF/Relocations.cpp
  168       config->shared) {
  188   bool isLocalInExecutable = !sym.isPreemptible && !config->shared;
  197     if (canRelax && !config->shared) {
  218   if (expr == R_DTPREL && !config->shared) {
  240     if (!canRelax || config->shared) {
 1038       (!config->shared && sym.isUndefWeak())) {
 1078   if (!config->shared) {
tools/lld/ELF/Symbols.cpp
  244   if (config->shared && versionId != VER_NDX_LOCAL)
tools/lld/ELF/Symbols.h
  223     return config->shared || config->exportDynamic;
tools/lld/ELF/SyntheticSections.cpp
 1344   if (!config->shared && !config->relocatable && !config->zRodynamic)
tools/lld/ELF/Writer.cpp
  354     if (!config->shared && config->hasDynSymTab) {
 1658   if (!config->shared)
 1703   if (config->emachine == EM_RISCV && !config->shared) {