Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp342 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
369 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
408 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
536 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
589 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
780 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()