Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h41 DebugInfoConstructor, enumerator
H A DCodeGenOptions.h448 return getDebugInfo() >= codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp506 return codegenoptions::DebugInfoConstructor; in DebugLevelToInfoKind()
1041 case codegenoptions::DebugInfoConstructor: in RenderDebugEnablingArgs()
2548 codegenoptions::DebugInfoConstructor, in CollectArgsForIntegratedAssembler()
3917 DebugInfoKind = codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4039 DebugInfoKind = codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4061 DebugInfoKind == codegenoptions::DebugInfoConstructor) { in renderDebugOptions()
7186 *DebugInfoKind = codegenoptions::DebugInfoConstructor; in AddClangCLArgs()
7470 DebugInfoKind = (WantDebug ? codegenoptions::DebugInfoConstructor in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1350 case codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1614 .Case("constructor", codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1632 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1634 Opts.getDebugInfo() == codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp584 case codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
1774 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2406 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()