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

References

tools/lld/ELF/Writer.cpp
  163         copy = make<InputSection>(cast<InputSection>(*s));
  165         copy = make<EhInputSection>(*es);
  168       copy->partition = part;
  169       newSections.push_back(copy);