Lines Matching defs:outputSections
1981 ArrayRef<OutputSection *> outputSections,
1983 for (OutputSection *os : outputSections) {
2087 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) {
2089 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
2218 ArrayRef<OutputSection *> outputSections) {
2221 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
2410 ArrayRef<OutputSection *> outputSections) {
2415 createInitialThunkSections(outputSections);
2426 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
2476 mergeThunks(outputSections);
2484 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) {
2487 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
2504 ctx.outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
2521 return cmd.outputSections[0] == osec;
2522 return llvm::is_contained(cmd.outputSections, osec);
2551 for (OutputSection *osec : ctx.outputSections) {
2553 if (!llvm::is_contained(noxref.outputSections, osec->name) ||
2554 (noxref.toFirst && noxref.outputSections[0] == osec->name))