Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp73 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
604 switch (DebugKind) { in CreateCompileUnit()
1997 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2489 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeType()
2502 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2564 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeClass()
2629 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2632 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
4485 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
5925 DebugKind == llvm::codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
[all …]
H A DCGDebugInfo.h59 const llvm::codegenoptions::DebugInfoKind DebugKind; variable