Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDebugInfoOptions.h22 NoDebugInfo, enumerator
H A DCodeGenOptions.def392 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp291 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DClang.cpp410 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()
4149 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions()
4185 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
4211 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions()
5555 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
7387 DebugInfoKind != codegenoptions::NoDebugInfo)) in ConstructJob()
8036 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
8049 : codegenoptions::NoDebugInfo); in ConstructJob()
8161 if (DebugInfoKind > codegenoptions::NoDebugInfo && Output.isFilename()) in ConstructJob()
H A DCuda.cpp754 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp2449 bool NoDebugInfo = false; in EmitParmDecl() local
2471 NoDebugInfo = in EmitParmDecl()
2604 !NoDebugInfo) { in EmitParmDecl()
H A DCodeGenAction.cpp1090 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1049 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGOpenMPRuntime.cpp1372 CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) || in emitUpdateLocation()
9208 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) { in emitOffloadingArrays()
9577 (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) in emitUserDefinedMapper()
10062 CGF.CGM.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo; in emitTargetCall()
10673 CGF.CGM.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo; in emitTargetDataCalls()
10719 CGF.CGM.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo; in emitTargetDataCalls()
10943 CGF.CGM.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo; in emitTargetDataStandAloneCall()
H A DCGDebugInfo.cpp598 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
5750 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCodeGenModule.cpp177 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp641 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1387 case codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
2027 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()