Lines Matching refs:OutputSection
1134 ArrayRef<OutputSection *> OutputSections, in forEachInputSectionDescription()
1135 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> Fn) { in forEachInputSectionDescription() argument
1136 for (OutputSection *OS : OutputSections) { in forEachInputSectionDescription()
1236 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> OutputSections) { in mergeThunks()
1238 OutputSections, [&](OutputSection *OS, InputSectionDescription *ISD) { in mergeThunks()
1275 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *OS, InputSection *IS, in getISDThunkSec()
1310 OutputSection *TOS = IS->getParent(); in getISThunkSec()
1347 ArrayRef<OutputSection *> OutputSections) { in createInitialThunkSections()
1351 OutputSections, [&](OutputSection *OS, InputSectionDescription *ISD) { in createInitialThunkSections()
1380 ThunkSection *ThunkCreator::addThunkSection(OutputSection *OS, in addThunkSection()
1452 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> OutputSections) { in createThunks()
1469 OutputSections, [&](OutputSection *OS, InputSectionDescription *ISD) { in createThunks()