Searched defs:outputSections (Results 1 – 8 of 8) sorted by relevance
89 void lld::coff::writeLLDMapFile(ArrayRef<OutputSection *> outputSections) { in writeLLDMapFile()
204 void lld::coff::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
1267 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { in addImportFilesToPDB()1354 ArrayRef<OutputSection *> outputSections, in createPDB()1408 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections()
85 static std::vector<OutputSection *> outputSections; variable
1583 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()1685 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()1796 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()1965 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks()2035 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()2049 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
44 std::vector<OutputSection *> elf::outputSections; member in elf
101 void lld::wasm::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
105 std::vector<OutputSection *> outputSections; member in lld::wasm::__anon4a5b26460111::Writer