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.cpp120 : 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() argument
2979 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2982 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
3018 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
[all …]
H A DCGDebugInfo.h65 const llvm::codegenoptions::DebugInfoKind DebugKind; variable