Home
last modified time | relevance | path

Searched refs:HstPtrName (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h49 map_var_info_t HstPtrName; // Optional source name of mapped variable. member
61 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase()
179 map_var_info_t HstPtrName, bool &IsNew,
Domptarget.cpp283 map_var_info_t HstPtrName = (!arg_names) ? nullptr : arg_names[i]; in targetDataBegin() local
332 HstPtrBase, HstPtrBase, sizeof(void *), HstPtrName, Pointer_IsNew, in targetDataBegin()
351 HstPtrBegin, HstPtrBase, data_size, HstPtrName, IsNew, IsHostPtr, in targetDataBegin()
902 const map_var_info_t HstPtrName = nullptr; member
905 const map_var_info_t HstPtrName = nullptr) in FirstPrivateArgInfoTy()
908 HstPtrName(HstPtrName) {} in FirstPrivateArgInfoTy()
939 const map_var_info_t HstPtrName = nullptr) { in addArg() argument
984 HstPtrName); in addArg()
1124 map_var_info_t HstPtrName = (!ArgNames) ? nullptr : ArgNames[I]; in processDataBefore() local
1140 TgtArgs.size(), HstPtrName); in processDataBefore()
Ddevice.cpp197 int64_t Size, map_var_info_t HstPtrName, in getOrAllocTgtPtr() argument
227 (HstPtrName) ? getNameFromMapping(HstPtrName).c_str() : "(null)"); in getOrAllocTgtPtr()
272 (uintptr_t)HstPtrBegin + Size, tp, HstPtrName)); in getOrAllocTgtPtr()
Dprivate.h101 SourceInfo info(HostTargetMap.HstPtrName); in dumpTargetPointerMappings()