Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h47 LimitedDebugInfo, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp131 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.cpp616 case llvm::codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2502 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2632 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1492 case llvm::codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1759 .Case("limited", llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1775 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1779 Opts.setDebugInfo(llvm::codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2024 case llvm::codegenoptions::LimitedDebugInfo: in addDebugInfoKind()
H A DClang.cpp4410 if (DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo || in renderDebugOptions()