Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp27 extern cl::opt<bool> HotText;
45 if (opts::HotText) { in adjustCommandLineOptions()
54 opts::HotText = true; in adjustCommandLineOptions()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h46 extern llvm::cl::opt<bool> HotText;
/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp119 cl::opt<bool> HotText( variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp251 if (opts::HotText) { in emitFunctions()
264 if (opts::HotText) { in emitFunctions()
H A DBinaryContext.cpp260 if (opts::HotText && in forceSymbolRelocations()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1720 !opts::HotText.getNumOccurrences()) { in adjustCommandLineOptions()
1721 opts::HotText = true; in adjustCommandLineOptions()
1722 } else if (opts::HotText && !BC->HasRelocations) { in adjustCommandLineOptions()
1724 opts::HotText = false; in adjustCommandLineOptions()
1727 if (opts::HotText && opts::HotTextMoveSections.getNumOccurrences() == 0) { in adjustCommandLineOptions()
3629 if (opts::HotText) { in mapCodeSections()
4705 if (opts::HotText && in updateELFSymbolTable()
4779 if (opts::HotText && !NumHotTextSymsUpdated) { in updateELFSymbolTable()