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

Declarations

tools/lld/ELF/OutputSections.h
  145 extern std::vector<OutputSection *> outputSections;

References

tools/lld/ELF/AArch64ErrataFix.cpp
  629   for (OutputSection *os : outputSections) {
tools/lld/ELF/ARMErrataFix.cpp
  511   for (OutputSection *os : outputSections) {
tools/lld/ELF/Driver.cpp
   88   outputSections.clear();
tools/lld/ELF/LinkerScript.cpp
  797   for (OutputSection *sec : outputSections)
 1034   for (OutputSection *sec : outputSections)
 1137   for (OutputSection *sec : outputSections) {
tools/lld/ELF/Writer.cpp
  563   for (OutputSection *sec : outputSections)
  584     for (OutputSection *sec : outputSections)
 1079     for (OutputSection *os : outputSections) {
 1106     for (OutputSection *os : outputSections) {
 1507   for (OutputSection *sec : outputSections) {
 1557     bool changed = target->needsThunks && tc.createThunks(outputSections);
 1822       outputSections.push_back(sec);
 1825   for (OutputSection *sec : outputSections) {
 1836   for (size_t i = 0, e = outputSections.size(); i != e; ++i) {
 1837     OutputSection *sec = outputSections[i];
 1946   for (OutputSection *sec : outputSections)
 1957   for (OutputSection *os : outputSections)
 2094   for (OutputSection *sec : outputSections) {
 2110   for (OutputSection *sec : outputSections) {
 2151   for (OutputSection *sec : outputSections)
 2194   for (OutputSection *sec : outputSections) {
 2212   auto i = llvm::find_if(outputSections, [=](OutputSection *cmd) {
 2215   if (i == outputSections.end())
 2326   for (OutputSection *sec : outputSections)
 2348   for (OutputSection *sec : outputSections) {
 2360   fileSize = sectionHeaderOff + (outputSections.size() + 1) * sizeof(Elf_Shdr);
 2371   for (OutputSection *sec : outputSections) {
 2461   for (OutputSection *os : outputSections)
 2474   for (OutputSection *sec : outputSections)
 2492   for (OutputSection *sec : outputSections)
 2501   for (OutputSection *sec : outputSections)
 2567   size_t num = outputSections.size() + 1;
 2581   for (OutputSection *sec : outputSections)
 2610   for (OutputSection *sec : outputSections)
 2655   for (OutputSection *sec : outputSections)
 2659   for (OutputSection *sec : outputSections)