Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h47 struct HostDataToTargetTy { struct
48 const uintptr_t HstPtrBase; // host info.
49 const uintptr_t HstPtrBegin;
50 const uintptr_t HstPtrEnd; // non-inclusive.
53 const uintptr_t TgtPtrBegin; // target info.
61 struct StatesTy {
131 uint64_t getTotalRefCount() const { in getTotalRefCount()
152 void setDeleteThreadId() const { in setDeleteThreadId()
202 std::string dynRefCountToStr() const { in dynRefCountToStr()
207 std::string holdRefCountToStr() const { in holdRefCountToStr()
[all …]