Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp360 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
387 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
424 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
536 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
592 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
795 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()