Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h22 NoDebugInfo, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def93 llvm::codegenoptions::NoDebugInfo, Affecting)
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 llvm::codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp289 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DFlang.cpp140 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addOtherOptions()
H A DCuda.cpp798 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DClang.cpp4463 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions()
4500 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4526 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in renderDebugOptions()
6078 llvm::codegenoptions::NoDebugInfo; in ConstructJob()
7969 DebugInfoKind != llvm::codegenoptions::NoDebugInfo)) in ConstructJob()
8650 llvm::codegenoptions::NoDebugInfo; in ConstructJob()
8663 : llvm::codegenoptions::NoDebugInfo); in ConstructJob()
8794 if (DebugInfoKind > llvm::codegenoptions::NoDebugInfo && Output.isFilename()) in ConstructJob()
H A DCommonArgs.cpp2188 return llvm::codegenoptions::NoDebugInfo; in debugLevelToInfoKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2656 bool NoDebugInfo = false; in EmitParmDecl() local
2681 NoDebugInfo = in EmitParmDecl()
2840 !NoDebugInfo) { in EmitParmDecl()
H A DCodeGenAction.cpp985 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1117 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGOpenMPRuntime.cpp1373 llvm::codegenoptions::NoDebugInfo) || in emitUpdateLocation()
9394 llvm::codegenoptions::NoDebugInfo) { in emitUserDefinedMapper()
9590 llvm::codegenoptions::NoDebugInfo) { in genMapInfo()
10349 llvm::codegenoptions::NoDebugInfo) { in emitTargetDataCalls()
H A DCGDebugInfo.cpp754 case llvm::codegenoptions::NoDebugInfo: in CreateCompileUnit()
6371 DebugKind == llvm::codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCodeGenModule.cpp478 if (CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo || in CodeGenModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp826 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1644 case llvm::codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
2335 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()