Lines Matching refs:OutputSections

209   std::vector<OutputSection *> OutputSections;  member in __anon341a1c240111::Writer
461 for (OutputSection *Sec : OutputSections) { in finalizeAddresses()
473 for (OutputSection *Sec : OutputSections) { in finalizeAddresses()
494 for (OutputSection *Sec : OutputSections) { in finalizeAddresses()
505 for (OutputSection *Sec : OutputSections) in finalizeAddresses()
553 createPDB(Symtab, OutputSections, SectionTable, BuildId->BuildId); in run()
557 writeMapFile(OutputSections); in run()
707 OutputSections.push_back(Sec); in createSections()
796 std::stable_sort(OutputSections.begin(), OutputSections.end(), in createSections()
923 OutputSections.erase( in removeUnusedSections()
924 std::remove_if(OutputSections.begin(), OutputSections.end(), IsUnused), in removeUnusedSections()
925 OutputSections.end()); in removeUnusedSections()
932 OutputSections.erase( in removeEmptySections()
933 std::remove_if(OutputSections.begin(), OutputSections.end(), IsEmpty), in removeEmptySections()
934 OutputSections.end()); in removeEmptySections()
936 for (OutputSection *Sec : OutputSections) in removeEmptySections()
1004 for (OutputSection *Sec : OutputSections) { in createSymbolAndStringTable()
1070 for (OutputSection *Sec : OutputSections) in readRelocTargets()
1080 sizeof(coff_section) * OutputSections.size(); in assignAddresses()
1087 for (OutputSection *Sec : OutputSections) { in assignAddresses()
1143 COFF->NumberOfSections = OutputSections.size(); in writeHeader()
1283 for (OutputSection *Sec : OutputSections) { in writeHeader()
1288 Buf - OutputSections.size() * sizeof(coff_section), Buf); in writeHeader()
1585 for (OutputSection *Sec : OutputSections) in setSectionPermissions()
1595 DefinedAbsolute::NumOutputSections = OutputSections.size(); in writeSections()
1598 for (OutputSection *Sec : OutputSections) { in writeSections()
1724 for (OutputSection *Sec : OutputSections) in findSection()
1732 for (OutputSection *S : OutputSections) in getSizeOfInitializedData()
1744 for (OutputSection *Sec : OutputSections) { in addBaserels()