Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCuda.cpp334 EmitSameDebugInfoAsHost, /// Use the same debug info level just like for the enumerator
361 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
400 if (DIKind == EmitSameDebugInfoAsHost) { in ConstructJob()
528 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
581 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
759 case EmitSameDebugInfoAsHost: in adjustDebugInfoKind()