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

References

tools/lld/ELF/Symbols.cpp
   57   switch (sym.kind()) {
  377   switch (other.kind()) {
tools/lld/ELF/Symbols.h
  341   static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; }
  349   static bool classof(const Symbol *s) { return s->kind() == SharedKind; }
  405   static bool classof(const Symbol *s) { return s->kind() == LazyArchiveKind; }
  420   static bool classof(const Symbol *s) { return s->kind() == LazyObjectKind; }
  499   switch (kind()) {