Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h22 NoDebugInfo, enumerator
H A DCodeGenOptions.def339 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp508 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()
3919 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions()
3960 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
3998 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions()
5152 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
6756 (EH || UnwindTables || DebugInfoKind != codegenoptions::NoDebugInfo)) in ConstructJob()
7407 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
7416 : codegenoptions::NoDebugInfo); in ConstructJob()
H A DCuda.cpp790 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp963 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1012 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DBackendUtil.cpp820 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
H A DCGDebugInfo.cpp596 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
5153 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCGOpenMPRuntime.cpp1436 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
9382 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) { in emitOffloadingArrays()
9516 if (CGF.CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitOffloadingArraysArgument()
9813 (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitUserDefinedMapper()
H A DCodeGenModule.cpp156 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1362 case codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
1939 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()