Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h35 DebugLineTablesOnly, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp585 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2355 codegenoptions::DebugLineTablesOnly) in addHeapAllocSiteMetadata()
2367 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2442 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2494 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
3354 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3698 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3890 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3927 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
4306 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
[all …]
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp499 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
1081 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
4145 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4253 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4324 DebugInfoKind = codegenoptions::DebugLineTablesOnly; in renderDebugOptions()
7615 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1357 case codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1641 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()