Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h35 DebugLineTablesOnly, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp609 case llvm::codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2477 llvm::codegenoptions::DebugLineTablesOnly) in addHeapAllocSiteMetadata()
2489 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeType()
2564 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeClass()
2629 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
3516 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly || in completeUnusedClass()
3855 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3861 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
4053 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
4485 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp130 DebugInfoKind = llvm::codegenoptions::DebugLineTablesOnly; in addOtherOptions()
H A DCommonArgs.cpp2018 case llvm::codegenoptions::DebugLineTablesOnly: in addDebugInfoKind()
2048 return llvm::codegenoptions::DebugLineTablesOnly; in debugLevelToInfoKind()
H A DClang.cpp4292 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4386 if (DebugInfoKind != llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4455 DebugInfoKind = llvm::codegenoptions::DebugLineTablesOnly; in renderDebugOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1483 case llvm::codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1755 .Case("line-tables-only", llvm::codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()