Searched refs:UseOldText (Results 1 – 4 of 4) sorted by relevance
173 cl::opt<bool> UseOldText( variable195 if (UseOldText || StrictMode) in processAllFunctions()
55 extern llvm::cl::opt<bool> UseOldText;
23 extern cl::opt<bool> UseOldText;398 if (opts::UseOldText) { in tentativeLayout()
1733 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 …]