Searched refs:NoDebugInfo (Results 1 – 14 of 14) sorted by relevance
22 NoDebugInfo, enumerator
377 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
291 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
496 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()4143 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions()4184 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()4222 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions()5470 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()7227 DebugInfoKind != codegenoptions::NoDebugInfo)) in ConstructJob()7938 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()7951 : codegenoptions::NoDebugInfo); in ConstructJob()8062 if (DebugInfoKind > codegenoptions::NoDebugInfo && Output.isFilename()) in ConstructJob()
805 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
2445 bool NoDebugInfo = false; in EmitParmDecl() local2467 NoDebugInfo = in EmitParmDecl()2600 !NoDebugInfo) { in EmitParmDecl()
1065 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
1014 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
581 case codegenoptions::NoDebugInfo: in CreateCompileUnit()5709 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
1375 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()9562 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) { in emitOffloadingArrays()9697 if (CGF.CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitOffloadingArraysArgument()9997 (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitUserDefinedMapper()
170 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
653 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
1375 case codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()2020 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()