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

References

tools/lld/ELF/Symbols.cpp
  370   mergeProperties(other);
  373     replace(other);
  377   switch (other.kind()) {
  379     resolveUndefined(cast<Undefined>(other));
  382     resolveCommon(cast<CommonSymbol>(other));
  385     resolveDefined(cast<Defined>(other));
  388     resolveLazy(cast<LazyArchive>(other));
  391     resolveLazy(cast<LazyObject>(other));
  394     resolveShared(cast<SharedSymbol>(other));