Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp359 static DeviceDebugInfoLevel mustEmitDebugInfo(const ArgList &Args) { in mustEmitDebugInfo() function
415 DeviceDebugInfoLevel DIKind = mustEmitDebugInfo(Args); in ConstructJob()
539 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
592 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
774 switch (mustEmitDebugInfo(Args)) { in adjustDebugInfoKind()