Searched refs:DebugKind (Results 1 – 3 of 3) sorted by relevance
45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()1399 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1408 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()1415 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1432 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData()1460 (DebugKind <= CodeGenOptions::LimitedDebugInfo && in CreateType()2341 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly) in getFunctionDeclaration()2389 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly) in getOrCreateFunctionType()2495 DebugKind <= CodeGenOptions::DebugLineTablesOnly)) in EmitFunctionStart()2498 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()[all …]
53 const CodeGenOptions::DebugInfoKind DebugKind; variable
25 (DebugKind <= CodeGenOptions::LimitedDebugInfo &&