Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h47 LimitedDebugInfo, enumerator
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp967 codegenoptions::DebugInfoKind::LimitedDebugInfo); in TEST_F()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1366 case codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1644 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1660 Opts.getDebugInfo() == codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1664 Opts.setDebugInfo(codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp592 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2380 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2497 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp1087 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
4276 if (DebugInfoKind == codegenoptions::LimitedDebugInfo || in renderDebugOptions()