Searched refs:NoDebugInfo (Results 1 – 13 of 13) sorted by relevance
22 NoDebugInfo, /// Don't generate debug info. enumerator
290 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
167 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
496 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()3157 if (DebugInfoKind == codegenoptions::NoDebugInfo || in RenderDebugOptions()3163 DebugInfoKind = codegenoptions::NoDebugInfo; in RenderDebugOptions()3202 DebugInfoKind != codegenoptions::NoDebugInfo) { in RenderDebugOptions()3215 DebugInfoKind = codegenoptions::NoDebugInfo; in RenderDebugOptions()3253 if (DebugInfoKind == codegenoptions::NoDebugInfo) in RenderDebugOptions()4030 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()5938 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()5947 : codegenoptions::NoDebugInfo); in ConstructJob()
723 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
904 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
810 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
675 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
581 case codegenoptions::NoDebugInfo: in CreateCompileUnit()4483 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
146 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
1534 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
465 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
1261 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()