Lines Matching refs:DebugKind

66     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
255 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly && in getFunctionName()
580 switch (DebugKind) { in CreateCompileUnit()
1928 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateRecordType()
1940 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateStandaloneType()
1950 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
1963 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2025 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2047 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2057 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()
2094 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2106 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
2802 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeTemplateDefinition()
2808 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3114 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3117 if (DebugKind >= codegenoptions::LimitedDebugInfo) { 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()
3633 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
3731 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclare()
3854 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
3869 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
3940 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
3997 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
4163 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitGlobalVariable()
4216 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitGlobalVariable()
4483 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
4484 DebugKind == codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()