Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp289 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
316 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
353 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
460 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
513 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
728 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()