Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp373 static DeviceDebugInfoLevel mustEmitDebugInfo(const ArgList &Args) { in mustEmitDebugInfo() function
423 DeviceDebugInfoLevel DIKind = mustEmitDebugInfo(Args); in ConstructJob()
536 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
592 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
788 switch (mustEmitDebugInfo(Args)) { in adjustDebugInfoKind()