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/
DDebugInfoOptions.h22 NoDebugInfo, enumerator
DCodeGenOptions.def392 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DHIPSPV.cpp291 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
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()
DCuda.cpp754 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDecl.cpp2449 bool NoDebugInfo = false; in EmitParmDecl() local
2471 NoDebugInfo = in EmitParmDecl()
2604 !NoDebugInfo) { in EmitParmDecl()
DCodeGenAction.cpp1090 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
DCGVTables.cpp1049 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
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()
DCGDebugInfo.cpp598 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
5750 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
DCodeGenModule.cpp177 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp641 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInvocation.cpp1387 case codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
2027 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()