Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h391 int deallocTgtPtr(HDTTMapAccessorTy &HDTTMap, LookupResult LR, int64_t Size);
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp440 int DeviceTy::deallocTgtPtr(HDTTMapAccessorTy &HDTTMap, LookupResult LR, in deallocTgtPtr() function in DeviceTy
H A Domptarget.cpp899 Ret = Device.deallocTgtPtr(HDTTMap, LR, Info.DataSize); in targetDataEnd()