Searched refs:MapComponentInfoTy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ |
| H A D | declare_mapper_api.cpp | 9 struct MapComponentInfoTy { struct 15 MapComponentInfoTy() = default; argument 16 MapComponentInfoTy(void *Base, void *Begin, int64_t Size, int64_t Type, void *Name) in MapComponentInfoTy() function 21 std::vector<MapComponentInfoTy> Components;
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | private.h | 54 struct MapComponentInfoTy { struct 60 MapComponentInfoTy() = default; argument 61 MapComponentInfoTy(void *Base, void *Begin, int64_t Size, int64_t Type, in MapComponentInfoTy() function 70 std::vector<MapComponentInfoTy> Components;
|
| H A D | interface.cpp | 290 MapComponentInfoTy(Base, Begin, Size, Type, Name)); in __tgt_push_mapper_component()
|