Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp79 HotTextMoveSections("hot-text-move-sections", variable
89 for (std::string &SectionName : opts::HotTextMoveSections) { in isHotTextMover()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp75 extern cl::list<std::string> HotTextMoveSections;
1727 if (opts::HotText && opts::HotTextMoveSections.getNumOccurrences() == 0) { in adjustCommandLineOptions()
1728 opts::HotTextMoveSections.addValue(".stub"); in adjustCommandLineOptions()
1729 opts::HotTextMoveSections.addValue(".mover"); in adjustCommandLineOptions()
1730 opts::HotTextMoveSections.addValue(".never_hugify"); in adjustCommandLineOptions()