Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h30 DebugLineTablesOnly, /// Emit only debug info necessary for generating enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp255 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly && in getFunctionName()
585 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
1950 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2025 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2802 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeTemplateDefinition()
2808 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3114 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3295 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3334 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getOrCreateFunctionType()
3619 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp499 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
931 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
3159 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
3237 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
5658 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp682 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()