Home
last modified time | relevance | path

Searched refs:NoDebugInfo (Results 1 – 15 of 15) 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.def108 llvm::codegenoptions::NoDebugInfo)
/freebsd/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 DCuda.cpp776 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DClang.cpp4487 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions()
4524 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4550 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in renderDebugOptions()
6047 llvm::codegenoptions::NoDebugInfo; in ConstructJob()
7922 DebugInfoKind != llvm::codegenoptions::NoDebugInfo)) in ConstructJob()
8591 llvm::codegenoptions::NoDebugInfo; in ConstructJob()
8604 : llvm::codegenoptions::NoDebugInfo); in ConstructJob()
8729 if (DebugInfoKind > llvm::codegenoptions::NoDebugInfo && Output.isFilename()) in ConstructJob()
H A DCommonArgs.cpp2045 return llvm::codegenoptions::NoDebugInfo; in debugLevelToInfoKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2575 bool NoDebugInfo = false; in EmitParmDecl() local
2600 NoDebugInfo = in EmitParmDecl()
2748 !NoDebugInfo) { in EmitParmDecl()
H A DCodeGenAction.cpp1027 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1109 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGOpenMPRuntime.cpp1374 llvm::codegenoptions::NoDebugInfo) || in emitUpdateLocation()
8899 llvm::codegenoptions::NoDebugInfo) { in emitOffloadingArrays()
9202 llvm::codegenoptions::NoDebugInfo) in emitUserDefinedMapper()
9584 llvm::codegenoptions::NoDebugInfo; in emitTargetCallKernelLaunch()
10277 llvm::codegenoptions::NoDebugInfo) { in emitTargetDataCalls()
10494 llvm::codegenoptions::NoDebugInfo; in emitTargetDataStandAloneCall()
H A DCGDebugInfo.cpp615 case llvm::codegenoptions::NoDebugInfo: in CreateCompileUnit()
6108 DebugKind == llvm::codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
H A DCodeGenModule.cpp410 if (CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo || in CodeGenModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp627 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1574 case llvm::codegenoptions::NoDebugInfo: // default value in GenerateCodeGenArgs()
2204 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()