Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h35 DebugLineTablesOnly, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp578 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2228 codegenoptions::DebugLineTablesOnly) in addHeapAllocSiteMetadata()
2240 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2315 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2367 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
3204 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3538 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3719 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3756 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
4116 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp503 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
1038 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
3929 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4037 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4108 DebugInfoKind = codegenoptions::DebugLineTablesOnly; in renderDebugOptions()
7188 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1344 case codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1612 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()