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.cpp346 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
373 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
416 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
539 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
592 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
781 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()