Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDebugInfoOptions.h17 NoDebugInfo, /// Don't generate debug info. enumerator
/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h22 NoDebugInfo, enumerator
DCodeGenOptions.def325 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def212 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
/external/clang/lib/CodeGen/
DBackendUtil.cpp477 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
DCodeGenModule.cpp132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
DCGDebugInfo.cpp442 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
DCGOpenMPRuntime.cpp931 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
/external/llvm-project/clang/lib/Driver/ToolChains/
DCuda.cpp834 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
DClang.cpp496 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()
3772 if (DebugInfoKind == codegenoptions::NoDebugInfo || in RenderDebugOptions()
3813 DebugInfoKind != codegenoptions::NoDebugInfo) { in RenderDebugOptions()
3844 DebugInfoKind = codegenoptions::NoDebugInfo; in RenderDebugOptions()
4886 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
7086 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
7095 : codegenoptions::NoDebugInfo); in ConstructJob()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp979 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
DCGVTables.cpp1026 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
DBackendUtil.cpp797 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
DCGDebugInfo.cpp595 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
5019 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
DCGOpenMPRuntime.cpp1424 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
9230 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) { in emitOffloadingArrays()
9378 if (CGF.CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitOffloadingArraysArgument()
DCodeGenModule.cpp154 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp637 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/external/clang/lib/Driver/
DTools.cpp2768 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()
4444 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
4529 DebugInfoKind != codegenoptions::NoDebugInfo) { in ConstructJob()
6502 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
6511 : codegenoptions::NoDebugInfo); in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp825 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1584 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()