Home
last modified time | relevance | path

Searched refs:DebugInfoConstructor (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h41 DebugInfoConstructor, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h516 return getDebugInfo() >= llvm::codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1489 case llvm::codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1758 .Case("constructor", llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1776 Opts.setDebugInfo(llvm::codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1778 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2626 llvm::codegenoptions::DebugInfoConstructor, in CollectArgsForIntegratedAssembler()
4280 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4388 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4411 DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor) { in renderDebugOptions()
4561 if (DebugInfoKind >= llvm::codegenoptions::DebugInfoConstructor) in renderDebugOptions()
8351 DebugInfoKind = (WantDebug ? llvm::codegenoptions::DebugInfoConstructor in ConstructJob()
H A DCommonArgs.cpp2021 case llvm::codegenoptions::DebugInfoConstructor: in addDebugInfoKind()
2051 return llvm::codegenoptions::DebugInfoConstructor; in debugLevelToInfoKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp615 case llvm::codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
1997 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2668 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()