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

References

tools/lld/ELF/SyntheticSections.cpp
 3272     selectedSections.reserve(executableSections.size());
 3273     selectedSections.push_back(executableSections[0]);
 3279         selectedSections.push_back(executableSections[i]);
 3283     executableSections = std::move(selectedSections);