Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance
45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()382 DebugKind <= CodeGenOptions::DebugLineTablesOnly in CreateCompileUnit()385 DebugKind != CodeGenOptions::LocTrackingOnly); in CreateCompileUnit()1439 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1448 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()1455 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeType()1468 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1474 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeRequiredType()1488 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData()1510 static bool shouldOmitDefinition(CodeGenOptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument[all …]
53 const CodeGenOptions::DebugInfoKind DebugKind; variable