Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h71 DebugLineTablesOnly, /// Emit only debug info necessary for generating enumerator
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp405 DebugKind <= CodeGenOptions::DebugLineTablesOnly in CreateCompileUnit()
1476 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeType()
1495 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeRequiredType()
1512 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData()
2166 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeTemplateDefinition()
2428 DebugKind <= CodeGenOptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
2567 if (!D || DebugKind <= CodeGenOptions::DebugLineTablesOnly) in getFunctionDeclaration()
2607 if (!D || DebugKind <= CodeGenOptions::DebugLineTablesOnly) in getOrCreateFunctionType()
2815 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
2829 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp404 .Case("line-tables-only", CodeGenOptions::DebugLineTablesOnly) in ParseCodeGenArgs()
/external/clang/lib/Driver/
DTools.cpp2513 return CodeGenOptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
2533 case CodeGenOptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
5796 *DebugInfoKind = CodeGenOptions::DebugLineTablesOnly; in AddClangCLArgs()