Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h35 DebugLineTablesOnly, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp619 case llvm::codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2603 llvm::codegenoptions::DebugLineTablesOnly) in canUseCtorHoming()
2615 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
2690 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in CreateType()
2755 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in CreateTypeDefinition()
3666 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly || in CreateTypeNode()
4008 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)) in getGlobalVariableForwardDeclaration()
4014 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly && in getDeclarationOrDefinition()
4206 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getFunctionType()
4243 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in emitFunctionStart()
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp
H A DCommonArgs.cpp2018 case llvm::codegenoptions::DebugLineTablesOnly: in addDebugInfoKind()
2048 return llvm::codegenoptions::DebugLineTablesOnly; in debugLevelToInfoKind()
H A DClang.cpp4489 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4583 if (DebugInfoKind != llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4596 // make DebugInfoKind be other than None or DebugLineTablesOnly, in ProcessVSRuntimeLibrary()
4652 DebugInfoKind = llvm::codegenoptions::DebugLineTablesOnly; in ConstructJob()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1556 case llvm::codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1831 .Case("line-tables-only", llvm::codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()