Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h41 DebugInfoConstructor, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h529 return getDebugInfo() >= llvm::codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1562 case llvm::codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1834 .Case("constructor", llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1852 Opts.setDebugInfo(llvm::codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1854 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2729 llvm::codegenoptions::DebugInfoConstructor, in CollectArgsForIntegratedAssembler()
4477 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4585 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4608 DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor) { in renderDebugOptions()
4763 (DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor || in renderDebugOptions()
4793 if (DebugInfoKind >= llvm::codegenoptions::DebugInfoConstructor) in renderDebugOptions()
8603 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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp625 case llvm::codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
2123 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2794 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()