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

References

tools/lld/ELF/Arch/ARM.cpp
  268   if (s.isUndefWeak() && !s.isInPlt())
tools/lld/ELF/Arch/PPC.cpp
  177   if (s.isUndefWeak())
tools/lld/ELF/Arch/PPC64.cpp
  911   if (s.isUndefWeak() && !config->shared)
tools/lld/ELF/InputSection.cpp
  725     uint64_t val = sym.isUndefWeak() ? p + a : sym.getVA(a);
  736     if (sym.isUndefWeak()) {
tools/lld/ELF/Relocations.cpp
  326   if (sym.isUndefWeak())
  415   if (sym.isUndefWeak())
 1038       (!config->shared && sym.isUndefWeak())) {
tools/lld/ELF/Symbols.cpp
  292   if (isUndefWeak() && config->pie && sharedFiles.empty())