Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h40 DebugInfoConstructor, enumerator
H A DCodeGenOptions.h448 return getDebugInfo() >= codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1350 case codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1372 if (Opts.DebugInfo == codegenoptions::DebugInfoConstructor) in GenerateCodeGenArgs()
1617 .Case("constructor", codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1633 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp606 case codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
1793 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2425 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp1035 case codegenoptions::DebugInfoConstructor: in RenderDebugEnablingArgs()