Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp67 : 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() argument
2386 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2389 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2425 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
[all …]
H A DCGDebugInfo.h60 const codegenoptions::DebugInfoKind DebugKind; variable