Searched refs:DebugLineTablesOnly (Results 1 – 4 of 4) sorted by relevance
30 DebugLineTablesOnly, /// Emit only debug info necessary for generating enumerator
255 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly && in getFunctionName()585 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()1950 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()2025 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()2802 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeTemplateDefinition()2808 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()3114 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()3295 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()3334 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getOrCreateFunctionType()3619 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()[all …]
499 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()931 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()3159 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()3237 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()5658 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
682 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()