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

References

tools/lld/ELF/Symbols.cpp
  520   assert(other->isDefined() || other->isCommon());
  520   assert(other->isDefined() || other->isCommon());
  525   if (int cmp = compareVersion(getName(), other->getName()))
  528   if (other->isWeak())
  534   if (isCommon() && other->isCommon()) {
  546   if (other->isCommon()) {
  553   auto *newSym = cast<Defined>(other);
  555   if (dyn_cast_or_null<BitcodeFile>(other->file))