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

References

tools/lld/ELF/CallGraphSort.cpp
  118     const auto *fromSB = cast<InputSectionBase>(c.first.first->repl);
  119     const auto *toSB = cast<InputSectionBase>(c.first.second->repl);
tools/lld/ELF/InputSection.cpp
  457       SectionBase *section = d->section->repl;
 1153   other->repl = repl;
 1153   other->repl = repl;
tools/lld/ELF/Relocations.cpp
 1712       thunkVec = &thunkedSymbolsBySection[{d->section->repl, d->value}];
tools/lld/ELF/Symbols.cpp
   67     isec = isec->repl;
  197       return sec->repl->getOutputSection();
  341   else if (d && !d->section->repl->isLive())
tools/lld/ELF/Writer.cpp
  661     sec = sec->repl;
 1233         int &priority = sectionOrder[cast<InputSectionBase>(sec->repl)];