Lines Matching refs:OutputSections
4219 std::vector<std::pair<std::string, ELFShdrTy>> OutputSections; in getOutputSections() local
4223 OutputSections.emplace_back(Name, std::move(NewSection)); in getOutputSections()
4230 OutputSections.emplace_back("", Section); in getOutputSections()
4269 llvm::stable_sort(OutputSections, in getOutputSections()
4278 for (auto &SectionKV : OutputSections) { in getOutputSections()
4356 for (uint32_t Index = 1; Index < OutputSections.size(); ++Index) { in getOutputSections()
4357 const std::string &SectionName = OutputSections[Index].first; in getOutputSections()
4381 std::vector<ELFShdrTy> SectionsOnly(OutputSections.size()); in getOutputSections()
4382 llvm::transform(OutputSections, SectionsOnly.begin(), in getOutputSections()
4405 std::vector<ELFShdrTy> OutputSections = in patchELFSectionHeaderTable() local
4418 for (ELFShdrTy &Section : OutputSections) { in patchELFSectionHeaderTable()
4441 NewEhdr.e_shnum = OutputSections.size(); in patchELFSectionHeaderTable()