Home
last modified time | relevance | path

Searched refs:NoDebugInfo (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h22 NoDebugInfo, enumerator
H A DCodeGenOptions.def377 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp291 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DClang.cpp496 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()
H A DCuda.cpp805 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp2445 bool NoDebugInfo = false; in EmitParmDecl() local
2467 NoDebugInfo = in EmitParmDecl()
2600 !NoDebugInfo) { in EmitParmDecl()
H A DCodeGenAction.cpp1065 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1014 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGDebugInfo.cpp581 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
5709 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCGOpenMPRuntime.cpp1375 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()
H A DCodeGenModule.cpp170 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp653 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1375 case codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
2020 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()