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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h692 bool ShouldMarkAsGlobal = true; member in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy
H A DCGOpenMPRuntime.cpp9953 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal;
9954 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false;
9960 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal;
9964 if (!CGM.getLangOpts().OpenMPIsDevice || !ShouldMarkAsGlobal)

Completed in 169 milliseconds