Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h186 int deallocTgtPtr(void *TgtPtrBegin, int64_t Size, bool ForceDelete,
Ddevice.cpp334 int DeviceTy::deallocTgtPtr(void *HstPtrBegin, int64_t Size, bool ForceDelete, in deallocTgtPtr() function in DeviceTy
Domptarget.cpp631 Ret = Device.deallocTgtPtr(Info.HstPtrBegin, Info.DataSize, in targetDataEnd()