Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDebugInfoOptions.h35 DebugLineTablesOnly, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp602 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2365 codegenoptions::DebugLineTablesOnly) in addHeapAllocSiteMetadata()
2377 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2452 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2504 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
3371 if (DebugKind <= codegenoptions::DebugLineTablesOnly || D.isDynamicClass()) in completeUnusedClass()
3709 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3715 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3907 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3944 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp413 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
980 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
4151 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4244 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4313 DebugInfoKind = codegenoptions::DebugLineTablesOnly; in renderDebugOptions()
7723 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1369 case codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1649 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()