Lines Matching refs:outputSections
1583 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription() argument
1585 for (OutputSection *os : outputSections) { in forEachInputSectionDescription()
1685 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks() argument
1687 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in mergeThunks()
1796 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections() argument
1800 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in createInitialThunkSections()
1965 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks() argument
1969 createInitialThunkSections(outputSections); in createThunks()
1977 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in createThunks()
2026 mergeThunks(outputSections); in createThunks()
2035 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol() argument
2038 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in hexagonNeedsTLSSymbol()
2049 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate() argument
2055 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in hexagonTLSSymbolUpdate()