Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h47 LimitedDebugInfo, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp134 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.cpp626 case llvm::codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2628 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2758 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1565 case llvm::codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1835 .Case("limited", llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1851 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1855 Opts.setDebugInfo(llvm::codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2024 case llvm::codegenoptions::LimitedDebugInfo: in addDebugInfoKind()
H A DClang.cpp4607 if (DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo || in renderDebugOptions()
4764 DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo) && in renderDebugOptions()