Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp350 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
377 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
420 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
543 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
596 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
803 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()