Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h22 NoDebugInfo, /// Don't generate debug info. enumerator
H A DCodeGenOptions.def290 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp167 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp496 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()
H A DCuda.cpp723 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp904 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp810 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DBackendUtil.cpp675 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
H A DCGDebugInfo.cpp581 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
4483 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCodeGenModule.cpp146 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
H A DCGOpenMPRuntime.cpp1534 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp465 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1261 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()