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

References

tools/lld/ELF/InputFiles.cpp
  509   for (size_t i = 0, e = objSections.size(); i < e; ++i) {
  509   for (size_t i = 0, e = objSections.size(); i < e; ++i) {
  510     if (this->sections[i] == &InputSection::discarded)
  512     const Elf_Shdr &sec = objSections[i];
  533       this->sections[i] = &InputSection::discarded;
  541       this->sections[i] = &InputSection::discarded;
  565           this->sections[i] = createInputSection(sec);
  586       this->sections[i] = createInputSection(sec);