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

References

tools/lld/ELF/Symbols.cpp
  132   case Symbol::CommonKind:
  381   case Symbol::CommonKind:
tools/lld/ELF/Symbols.h
  151   bool isCommon() const { return symbolKind == CommonKind; }
  325       : Symbol(CommonKind, file, name, binding, stOther, type),
  500   case CommonKind: