Searched defs:PostProcessingInfo (Results 1 – 1 of 1) sorted by relevance
611 struct PostProcessingInfo { struct613 void *HstPtrBegin;616 int64_t DataSize;619 int64_t ArgType;622 TargetPointerResultTy TPR;626 bool DelEntry;628 PostProcessingInfo(void *HstPtr, int64_t Size, int64_t ArgType, bool DelEntry, in PostProcessingInfo() function