Home
last modified time | relevance | path

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

/llvm-project/offload/include/OpenMP/
H A DMapping.h66 struct HostDataToTargetTy { struct
67 const uintptr_t HstPtrBase; // host info.
68 const uintptr_t HstPtrBegin;
69 const uintptr_t HstPtrEnd; // non-inclusive.
70 const map_var_info_t HstPtrName; // Optional source name of mapped variable.
72 const uintptr_t TgtAllocBegin; // allocated target memory
73 const uintptr_t TgtPtrBegin; // mapped target memory = TgtAllocBegin + padding
77 static std::string refCountToStr(uint64_t RefCount) { in refCountToStr()
81 struct StatesTy {
125 HostDataToTargetTy(uintptr_t BP, uintptr_t B, uintptr_t E, argument
[all …]