Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDebugInfoOptions.h24 DebugLineTablesOnly, /// Emit only debug info necessary for generating enumerator
/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h35 DebugLineTablesOnly, enumerator
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp194 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly && in getFunctionName()
446 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
1581 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
1600 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeRequiredType()
1617 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClassData()
2330 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeTemplateDefinition()
2622 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
2761 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
2801 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getOrCreateFunctionType()
3013 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp262 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly && in getFunctionName()
599 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2188 codegenoptions::DebugLineTablesOnly) in addHeapAllocSiteMetadata()
2200 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2275 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
3145 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeTemplateDefinition()
3151 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3473 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3654 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3691 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
[all …]
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp499 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
979 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
3774 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
3865 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
3932 DebugInfoKind = codegenoptions::DebugLineTablesOnly; in RenderDebugOptions()
6799 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp470 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()
/external/clang/lib/Driver/
DTools.cpp2771 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
2792 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
6327 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp875 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()