Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h35 DebugLineTablesOnly, enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp646 case llvm::codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2641 llvm::codegenoptions::DebugLineTablesOnly) in isClassOrMethodDLLImport()
2653 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in isDefinedInClangModule()
2728 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in canUseCtorHoming()
2793 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
3710 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly || in getParentModuleOrNull()
4054 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)) in collectVarDeclProps()
4060 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly && in collectVarDeclProps()
4252 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
4289 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getOrCreateFunctionType()
[all...]
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp135 .Case("line-tables-only", llvm::codegenoptions::DebugLineTablesOnly) in parseDebugArgs()
149 if (val != llvm::codegenoptions::DebugLineTablesOnly && in parseDebugArgs()
/llvm-project/flang/include/flang/Tools/
H A DCLOptions.inc
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2084 case llvm::codegenoptions::DebugLineTablesOnly: in getDwarfVersion()
2114 return llvm::codegenoptions::DebugLineTablesOnly;
H A DClang.cpp4641 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4735 if (DebugInfoKind != llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4748 // make DebugInfoKind be other than None or DebugLineTablesOnly, in ProcessVSRuntimeLibrary()
4804 DebugInfoKind = llvm::codegenoptions::DebugLineTablesOnly; in ProcessVSRuntimeLibrary()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1614 case llvm::codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1910 .Case("line-tables-only", llvm::codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()