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

References

tools/lld/COFF/Chunks.cpp
  578   if (sym && this == repl)
  633   other->repl = repl;
  633   other->repl = repl;
tools/lld/COFF/InputFiles.cpp
  659       cast<DefinedRegular>(leader)->data = &c->repl;
tools/lld/COFF/Symbols.h
  175       : DefinedCOFF(DefinedRegularKind, f, n, s), data(c ? &c->repl : nullptr) {
tools/lld/COFF/Writer.cpp
 1493     c = sc->repl; // Look through ICF replacement.