Home
last modified time | relevance | path

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

/llvm-project/offload/src/
H A Ddevice.cpp138 MappingInfo.printCopyInfo(TgtPtrBegin, HstPtrBegin, Size, /*H2D=*/true, in submitData()
158 MappingInfo.printCopyInfo(TgtPtrBegin, HstPtrBegin, Size, /*H2D=*/false, in retrieveData()
/llvm-project/offload/include/OpenMP/
H A DMapping.h530 void printCopyInfo(void *TgtPtr, void *HstPtr, int64_t Size, bool H2D,
/llvm-project/offload/src/OpenMP/
H A DMapping.cpp519 void MappingInfoTy::printCopyInfo( in printCopyInfo() function in MappingInfoTy