Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDebugInfoOptions.h24 DebugLineTablesOnly, /// Emit only debug info necessary for generating 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/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()