Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance
67 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()595 switch (DebugKind) { in CreateCompileUnit()1793 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()2259 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()2272 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()2334 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument2386 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()2389 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()2425 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()[all …]
60 const codegenoptions::DebugInfoKind DebugKind; variable