Searched defs:outputSections (Results 1 – 5 of 5) sorted by relevance
1785 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()1887 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()2018 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()2178 ArrayRef<OutputSection *> outputSections) { in createThunks()2248 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()2262 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
47 SmallVector<OutputSection *, 0> elf::outputSections; member in elf
52 std::vector<OutputSection *> outputSections; variable
105 void lld::wasm::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
116 std::vector<OutputSection *> outputSections; member in lld::wasm::__anon86c6875c0111::Writer