Lines Matching refs:OutputSection

385   OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent();  in addCopyRelSymbol()
1841 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()
1842 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription() argument
1843 for (OutputSection *os : outputSections) { in forEachInputSectionDescription()
1943 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()
1945 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in mergeThunks()
1995 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *os, in getISDThunkSec()
2037 OutputSection *tos = isec->getParent(); in getISThunkSec()
2074 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()
2078 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in createInitialThunkSections()
2107 ThunkSection *ThunkCreator::addThunkSection(OutputSection *os, in addThunkSection()
2234 ArrayRef<OutputSection *> outputSections) { in createThunks()
2247 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in createThunks()
2304 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()
2307 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in hexagonNeedsTLSSymbol()
2318 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
2324 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in hexagonTLSSymbolUpdate()