Searched refs:OutputSections (Results 1 – 12 of 12) sorted by relevance
148 class OutputSections; variable153 friend OutputSections; member305 class OutputSections {307 OutputSections(LinkingGlobalData &GlobalData) : GlobalData(GlobalData) {} in OutputSections() function
161 struct LinkContext : public OutputSections {303 function_ref<void(OutputSections &SectionsSet)> SectionsSetHandler);366 OutputSections CommonSections;
29 class DwarfUnit : public OutputSections {34 : OutputSections(GlobalData), ID(ID), ClangModuleName(ClangModuleName), in DwarfUnit()
33 : OutputSections(GlobalData), InputDWARFFile(File), in LinkContext()990 forEachObjectSectionsSet([&](OutputSections &UnitSections) { in assignOffsetsToSections()1048 function_ref<void(OutputSections &)> SectionsSetHandler) { in forEachObjectSectionsSet()1105 forEachObjectSectionsSet([&](OutputSections &SectionsSet) { in patchOffsetsAndSizes()1406 forEachObjectSectionsSet([&](OutputSections &Sections) { in writeCompileUnitsToTheOutput()
302 void OutputSections::applyPatches( in applyPatches()
69 SRCS+= ELF/OutputSections.cpp
224 a file. It creates OutputSections, put all InputSections/Chunks into them,
560 SRCS_EXT+= DWARFLinker/Parallel/OutputSections.cpp