Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h486 bool ShouldMarkAsGlobal = true; variable
HDCGOpenMPRuntime.cpp10136 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal; in DisableAutoDeclareTargetRAII()
10137 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII()
10143 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal; in ~DisableAutoDeclareTargetRAII()
10147 if (!CGM.getLangOpts().OpenMPIsTargetDevice || !ShouldMarkAsGlobal) in markAsGlobalTarget()