Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h22 NoDebugInfo, enumerator
H A DCodeGenOptions.def344 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp796 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DClang.cpp500 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()
3927 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions()
3968 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
4006 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions()
5190 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
6813 (EH || UnwindTables || DebugInfoKind != codegenoptions::NoDebugInfo)) in ConstructJob()
7462 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
7471 : codegenoptions::NoDebugInfo); in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp965 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1012 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DBackendUtil.cpp826 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
H A DCGDebugInfo.cpp574 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
5154 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCGOpenMPRuntime.cpp1440 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
9553 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) { in emitOffloadingArrays()
9687 if (CGF.CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitOffloadingArraysArgument()
9986 (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitUserDefinedMapper()
H A DCodeGenModule.cpp156 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp652 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1362 case codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
1936 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()