Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h47 LimitedDebugInfo, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1635 case llvm::codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1946 .Case("limited", llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1962 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1966 Opts.setDebugInfo(llvm::codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp765 case llvm::codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2852 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2982 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2167 case llvm::codegenoptions::LimitedDebugInfo: in addDebugInfoKind()
H A DClang.cpp4583 if (DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo || in renderDebugOptions()
4741 DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo) && in renderDebugOptions()