Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance
47 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()405 DebugKind <= CodeGenOptions::DebugLineTablesOnly in CreateCompileUnit()408 0 /* DWOid */, DebugKind != CodeGenOptions::LocTrackingOnly); in CreateCompileUnit()1449 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1461 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateStandaloneType()1476 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeType()1489 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1495 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeRequiredType()1512 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData()1534 static bool shouldOmitDefinition(CodeGenOptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument[all …]
55 const CodeGenOptions::DebugInfoKind DebugKind; variable