Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h176 uint64_t getMapEntryRefCnt(void *HstPtrBegin);
Domptarget.cpp384 uint64_t parent_rc = Device.getMapEntryRefCnt(args[parent_idx]); in targetDataBegin()
550 uint64_t ParentRC = Device.getMapEntryRefCnt(Args[ParentIdx]); in targetDataEnd()
Ddevice.cpp121 uint64_t DeviceTy::getMapEntryRefCnt(void *HstPtrBegin) { in getMapEntryRefCnt() function in DeviceTy