Searched refs:SectionsOnly (Results 1 – 1 of 1) sorted by relevance
4381 std::vector<ELFShdrTy> SectionsOnly(OutputSections.size()); in getOutputSections() local4382 llvm::transform(OutputSections, SectionsOnly.begin(), in getOutputSections()4387 return SectionsOnly; in getOutputSections()