Lines Matching refs:outputSections

1903     ArrayRef<OutputSection *> outputSections,  in forEachInputSectionDescription()  argument
1905 for (OutputSection *os : outputSections) { in forEachInputSectionDescription()
2005 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks() argument
2007 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in mergeThunks()
2136 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections() argument
2140 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in createInitialThunkSections()
2296 ArrayRef<OutputSection *> outputSections) { in createThunks() argument
2301 createInitialThunkSections(outputSections); in createThunks()
2309 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in createThunks()
2358 mergeThunks(outputSections); in createThunks()
2366 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol() argument
2369 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in hexagonNeedsTLSSymbol()
2380 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate() argument
2386 outputSections, [&](OutputSection *os, InputSectionDescription *isd) { in hexagonTLSSymbolUpdate()
2403 return cmd.outputSections[0] == osec; in matchesRefTo()
2404 return llvm::is_contained(cmd.outputSections, osec); in matchesRefTo()
2433 for (OutputSection *osec : outputSections) { in checkNoCrossRefs()
2435 if (!llvm::is_contained(noxref.outputSections, osec->name) || in checkNoCrossRefs()
2436 (noxref.toFirst && noxref.outputSections[0] == osec->name)) in checkNoCrossRefs()