Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h710 bool ShouldMarkAsGlobal = true; variable
DCGOpenMPRuntime.cpp10611 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal; in DisableAutoDeclareTargetRAII()
10612 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII()
10618 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal; in ~DisableAutoDeclareTargetRAII()
10622 if (!CGM.getLangOpts().OpenMPIsDevice || !ShouldMarkAsGlobal) in markAsGlobalTarget()