Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h56 extern llvm::cl::opt<bool> UpdateDebugSections;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DRegReAssign.cpp27 extern cl::opt<bool> UpdateDebugSections;
430 if (opts::UpdateDebugSections) in runOnFunctions()
H A DBinaryPasses.cpp64 extern cl::opt<bool> UpdateDebugSections;
547 if (!opts::UpdateDebugSections) in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp178 cl::opt<bool> UpdateDebugSections( variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp189 if (opts::UpdateDebugSections && BC.isELF()) { in emitAll()
207 if (opts::UpdateDebugSections) { in emitAll()
382 if (opts::UpdateDebugSections && Function.getDWARFUnit()) in emitFunction()
458 if (!EmitCodeOnly && opts::UpdateDebugSections && BF.getDWARFUnit()) { in emitFunctionBody()
H A DBinaryFunction.cpp61 extern cl::opt<bool> UpdateDebugSections;
4083 if (!opts::UpdateDebugSections && !isMultiEntry() && in updateOutputValues()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp367 if (opts::UpdateDebugSections) in RewriteInstance()
1590 if (HasDebugInfo && !opts::UpdateDebugSections && !opts::AggregateOnly) { in readSpecialSections()
2783 if (!opts::UpdateDebugSections) in readDebugInfo()
3164 if (opts::UpdateDebugSections) in emitAndLink()
3212 if (opts::UpdateDebugSections) { in updateMetadata()
4200 if (isDebugSection(SectionName) && !opts::UpdateDebugSections) in shouldStrip()