Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp611 struct PostProcessingInfo { struct
613 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