Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h41 DebugInfoConstructor, enumerator
H A DCodeGenOptions.h474 return getDebugInfo() >= codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp502 return codegenoptions::DebugInfoConstructor; in DebugLevelToInfoKind()
1084 case codegenoptions::DebugInfoConstructor: in RenderDebugEnablingArgs()
2674 codegenoptions::DebugInfoConstructor, in CollectArgsForIntegratedAssembler()
4133 DebugInfoKind = codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4255 DebugInfoKind = codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4277 DebugInfoKind == codegenoptions::DebugInfoConstructor) { in renderDebugOptions()
5486 if (DebugInfoKind >= codegenoptions::DebugInfoConstructor) in ConstructJob()
7613 *DebugInfoKind = codegenoptions::DebugInfoConstructor; in AddClangCLArgs()
7625 if (*EmitCodeView && *DebugInfoKind >= codegenoptions::DebugInfoConstructor) in AddClangCLArgs()
7950 DebugInfoKind = (WantDebug ? codegenoptions::DebugInfoConstructor in ConstructJob()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1363 case codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1643 .Case("constructor", codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1661 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1663 Opts.getDebugInfo() == codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp591 case codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
1866 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2533 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()