Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp340 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
367 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
404 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
519 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
576 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
810 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()