Searched defs:outputSections (Results 1 – 5 of 5) sorted by relevance
90 void writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
1598 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { in addImportFilesToPDB()1685 ArrayRef<OutputSection *> outputSections, in createPDB()1737 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections()
85 static std::vector<OutputSection *> outputSections; variable
1515 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()1617 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()1728 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()1897 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks()
42 std::vector<OutputSection *> outputSections; variable