Lines Matching refs:outputSections

85 static std::vector<OutputSection *> outputSections;  variable
88 return osidx == 0 ? nullptr : outputSections[osidx - 1]; in getOutputSection()
91 void OutputSection::clear() { outputSections.clear(); } in clear()
552 for (OutputSection *sec : outputSections) { in finalizeAddresses()
564 for (OutputSection *sec : outputSections) { in finalizeAddresses()
585 for (OutputSection *sec : outputSections) in finalizeAddresses()
593 for (OutputSection *sec : outputSections) in finalizeAddresses()
647 createPDB(symtab, outputSections, sectionTable, buildId->buildId); in run()
651 writeLLDMapFile(outputSections); in run()
652 writeMapFile(outputSections); in run()
845 outputSections.push_back(sec); in createSections()
943 llvm::stable_sort(outputSections, in createSections()
1093 outputSections.erase( in removeUnusedSections()
1094 std::remove_if(outputSections.begin(), outputSections.end(), isUnused), in removeUnusedSections()
1095 outputSections.end()); in removeUnusedSections()
1102 outputSections.erase( in removeEmptySections()
1103 std::remove_if(outputSections.begin(), outputSections.end(), isEmpty), in removeEmptySections()
1104 outputSections.end()); in removeEmptySections()
1111 for (OutputSection *os : outputSections) { in assignOutputSectionIndices()
1198 for (OutputSection *sec : outputSections) { in createSymbolAndStringTable()
1272 sizeof(coff_section) * outputSections.size(); in assignAddresses()
1281 for (OutputSection *sec : outputSections) { in assignAddresses()
1351 coff->NumberOfSections = outputSections.size(); in writeHeader()
1500 for (OutputSection *sec : outputSections) { in writeHeader()
1505 buf - outputSections.size() * sizeof(coff_section), buf); in writeHeader()
1834 for (OutputSection *sec : outputSections) in setSectionPermissions()
1844 DefinedAbsolute::numOutputSections = outputSections.size(); in writeSections()
1847 for (OutputSection *sec : outputSections) { in writeSections()
1985 for (OutputSection *sec : outputSections) in findSection()
1993 for (OutputSection *s : outputSections) in getSizeOfInitializedData()
2005 for (OutputSection *sec : outputSections) { in addBaserels()