Searched defs:FirstPrivateArgInfoTy (Results 1 – 1 of 1) sorted by relevance
892 struct FirstPrivateArgInfoTy { struct in __anone97b13310211::PrivateArgumentManagerTy894 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