Home
last modified time | relevance | path

Searched defs:FirstPrivateArgInfoTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp892 struct FirstPrivateArgInfoTy { struct in __anone97b13310211::PrivateArgumentManagerTy
894 const int Index;
896 const char *HstPtrBegin;
898 const char *HstPtrEnd;
900 const int64_t AlignedSize;
902 const map_var_info_t HstPtrName = nullptr;
904 FirstPrivateArgInfoTy(int Index, const void *HstPtr, int64_t Size, in FirstPrivateArgInfoTy() argument