Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h22 NoDebugInfo, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp172 llvm::codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def106 llvm::codegenoptions::NoDebugInfo)
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp287 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DFlang.cpp132 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addOtherOptions()
H A DClang.cpp4290 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions()
4327 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4353 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in renderDebugOptions()
5855 llvm::codegenoptions::NoDebugInfo; in ConstructJob()
7708 DebugInfoKind != llvm::codegenoptions::NoDebugInfo)) in ConstructJob()
8339 llvm::codegenoptions::NoDebugInfo; in ConstructJob()
8352 : llvm::codegenoptions::NoDebugInfo); in ConstructJob()
8469 if (DebugInfoKind > llvm::codegenoptions::NoDebugInfo && Output.isFilename()) in ConstructJob()
H A DCuda.cpp775 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DCommonArgs.cpp2045 return llvm::codegenoptions::NoDebugInfo; in debugLevelToInfoKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2515 bool NoDebugInfo = false; in EmitParmDecl() local
2540 NoDebugInfo = in EmitParmDecl()
2688 !NoDebugInfo) { in EmitParmDecl()
H A DCodeGenAction.cpp1046 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1064 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGOpenMPRuntime.cpp1372 llvm::codegenoptions::NoDebugInfo) || in emitUpdateLocation()
8839 llvm::codegenoptions::NoDebugInfo) { in emitOffloadingArrays()
9141 llvm::codegenoptions::NoDebugInfo) in emitUserDefinedMapper()
9522 llvm::codegenoptions::NoDebugInfo; in emitTargetCallKernelLaunch()
10252 llvm::codegenoptions::NoDebugInfo) { in emitTargetDataCalls()
10466 llvm::codegenoptions::NoDebugInfo; in emitTargetDataStandAloneCall()
H A DCGDebugInfo.cpp605 case llvm::codegenoptions::NoDebugInfo: in CreateCompileUnit()
5925 DebugKind == llvm::codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCodeGenModule.cpp404 if (CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo || in CodeGenModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp624 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1501 case llvm::codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
2134 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()