Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h47 LimitedDebugInfo, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1353 case codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1615 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1631 Opts.getDebugInfo() == codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1635 Opts.setDebugInfo(codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp585 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2253 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2370 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1044 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
4060 if (DebugInfoKind == codegenoptions::LimitedDebugInfo || in renderDebugOptions()