Searched refs:UpdateDebugSections (Results 1 – 7 of 7) sorted by relevance
56 extern llvm::cl::opt<bool> UpdateDebugSections;
27 extern cl::opt<bool> UpdateDebugSections;430 if (opts::UpdateDebugSections) in runOnFunctions()
64 extern cl::opt<bool> UpdateDebugSections;547 if (!opts::UpdateDebugSections) in runOnFunctions()
178 cl::opt<bool> UpdateDebugSections( variable
189 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()
61 extern cl::opt<bool> UpdateDebugSections;4083 if (!opts::UpdateDebugSections && !isMultiEntry() && in updateOutputValues()
367 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()