Home
last modified time | relevance | path

Searched refs:SectionsOnly (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4381 std::vector<ELFShdrTy> SectionsOnly(OutputSections.size()); in getOutputSections() local
4382 llvm::transform(OutputSections, SectionsOnly.begin(), in getOutputSections()
4387 return SectionsOnly; in getOutputSections()