Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h47 LimitedDebugInfo, enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp135 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.cpp653 case llvm::codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2666 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in isDefinedInClangModule()
2796 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2816 // another, but it is the current behavior of LimitedDebugInfo. in CreateType()
/llvm-project/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp1034 codegenoptions::DebugInfoKind::LimitedDebugInfo); in TEST_F()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1623 case llvm::codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1914 .Case("limited", llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1930 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1934 Opts.setDebugInfo(llvm::codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp139 .Case("limited", llvm::codegenoptions::LimitedDebugInfo) in parseDebugArgs()
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2090 case llvm::codegenoptions::LimitedDebugInfo: in getDwarfVersion()
H A DClang.cpp4759 if (DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo || in ProcessVSRuntimeLibrary()
4913 DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo) && in ConstructJob()