Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp173 cl::opt<bool> UseOldText( variable
195 if (UseOldText || StrictMode) in processAllFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h55 extern llvm::cl::opt<bool> UseOldText;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp23 extern cl::opt<bool> UseOldText;
398 if (opts::UseOldText) { in tentativeLayout()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1733 if (opts::UseOldText && !BC->OldTextSectionAddress) { in adjustCommandLineOptions()
1736 opts::UseOldText = false; in adjustCommandLineOptions()
1738 if (opts::UseOldText && !BC->HasRelocations) { in adjustCommandLineOptions()
1740 opts::UseOldText = false; in adjustCommandLineOptions()
1750 !opts::UseOldText) in adjustCommandLineOptions()
1753 if (opts::Lite && opts::UseOldText) { in adjustCommandLineOptions()
1756 opts::UseOldText = false; in adjustCommandLineOptions()
3110 if (opts::UseOldText || opts::StrictMode) { in emitAndLink()
3643 if (opts::UseOldText) { in mapCodeSections()
3656 opts::UseOldText = false; in mapCodeSections()
[all …]