Searched defs:HostDataToTargetTy (Results 1 – 1 of 1) sorted by relevance
66 struct HostDataToTargetTy { struct67 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 memory73 const uintptr_t TgtPtrBegin; // mapped target memory = TgtAllocBegin + padding77 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 …]