Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h188 int associatePtr(void *HstPtrBegin, void *TgtPtrBegin, int64_t Size);
Dapi.cpp268 int rc = Device.associatePtr(host_ptr, device_addr, size); in omp_target_associate_ptr()
Ddevice.cpp58 int DeviceTy::associatePtr(void *HstPtrBegin, void *TgtPtrBegin, int64_t Size) { in associatePtr() function in DeviceTy