Searched defs:outputSections (Results 1 – 4 of 4) sorted by relevance
1903 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()2005 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()2136 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()2296 ArrayRef<OutputSection *> outputSections) { in createThunks()2366 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()2380 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
262 SmallVector<StringRef, 0> outputSections; member
50 SmallVector<OutputSection *, 0> elf::outputSections; member in elf
52 std::vector<OutputSection *> outputSections; variable