Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h40 DebugInfoConstructor, enumerator
DCodeGenOptions.h413 return getDebugInfo() >= codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp605 case codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
1733 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2359 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp877 .Case("constructor", codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
892 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp982 case codegenoptions::DebugInfoConstructor: in RenderDebugEnablingArgs()