Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance
120 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()753 switch (DebugKind) { in CreateCompileUnit()2296 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()2839 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeType()2852 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()2914 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeClass()2966 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument2979 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()2982 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()3018 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()[all …]
65 const llvm::codegenoptions::DebugInfoKind DebugKind; variable