Lines Matching refs:CodeGenOptions

369       DebugKind <= CodeGenOptions::DebugLineTablesOnly  in CreateCompileUnit()
372 DebugKind != CodeGenOptions::LocTrackingOnly); in CreateCompileUnit()
1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()
1436 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeType()
1450 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()
1456 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeRequiredType()
1470 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData()
1493 static bool shouldOmitDefinition(CodeGenOptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
1496 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()
2044 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeTemplateDefinition()
2318 DebugKind <= CodeGenOptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
2321 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in collectFunctionDeclProps()
2451 if (!D || DebugKind <= CodeGenOptions::DebugLineTablesOnly) in getFunctionDeclaration()
2493 if (!D || DebugKind <= CodeGenOptions::DebugLineTablesOnly) in getOrCreateFunctionType()
2669 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
2685 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
2785 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()
2899 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
2920 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
2991 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
3010 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
3206 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitGlobalVariable()
3239 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitGlobalVariable()
3284 if (CGM.getCodeGenOpts().getDebugInfo() < CodeGenOptions::LimitedDebugInfo) in EmitUsingDirective()
3293 if (CGM.getCodeGenOpts().getDebugInfo() < CodeGenOptions::LimitedDebugInfo) in EmitUsingDecl()
3309 if (CGM.getCodeGenOpts().getDebugInfo() < CodeGenOptions::LimitedDebugInfo) in EmitNamespaceAlias()
3402 if (CGM.getCodeGenOpts().getDebugInfo() < CodeGenOptions::LimitedDebugInfo) in EmitExplicitCastType()