Home
last modified time | relevance | path

Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp83 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
614 switch (DebugKind) { in CreateCompileUnit()
2123 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2615 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeType()
2628 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2690 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeClass()
2742 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2755 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2758 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2794 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
[all …]
H A DCGDebugInfo.h62 const llvm::codegenoptions::DebugInfoKind DebugKind; variable