Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp559 auto Entry = Device.ShadowPtrMap.find(PointerHstPtrBegin); in targetDataBegin()
571 if (Entry == Device.ShadowPtrMap.end() || in targetDataBegin()
574 Device.ShadowPtrMap[PointerHstPtrBegin] = { in targetDataBegin()
656 for (ShadowPtrListTy::iterator Itr = Device.ShadowPtrMap.begin(); in applyToShadowMapEntries()
657 Itr != Device.ShadowPtrMap.end();) { in applyToShadowMapEntries()
886 Itr = Device.ShadowPtrMap.erase(Itr); in targetDataEnd()
H A Ddevice.cpp54 HasPendingGlobals(false), PendingCtorsDtors(), ShadowPtrMap(), in DeviceTy()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h333 ShadowPtrListTy ShadowPtrMap; member