Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance
45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()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() argument[all …]
53 const CodeGenOptions::DebugInfoKind DebugKind; variable