Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp355 static DeviceDebugInfoLevel mustEmitDebugInfo(const ArgList &Args) { in mustEmitDebugInfo() function
407 DeviceDebugInfoLevel DIKind = mustEmitDebugInfo(Args); in ConstructJob()
536 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
589 if (mustEmitDebugInfo(Args) == EmitSameDebugInfoAsHost) in ConstructJob()
773 switch (mustEmitDebugInfo(Args)) { in adjustDebugInfoKind()