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

References

tools/lld/COFF/Chunks.h
  173   static bool classof(const Chunk *c) { return c->kind() != SectionKind; }
  202   static bool classof(const Chunk *c) { return c->kind() == SectionKind; }
  470   static bool classof(const Chunk *c) { return c->kind() == ImportThunkKind; }