Home
last modified time | relevance | path

Searched refs:MapComponentInfoTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/test/mapping/
H A Ddeclare_mapper_api.cpp9 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 Dprivate.h54 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 Dinterface.cpp290 MapComponentInfoTy(Base, Begin, Size, Type, Name)); in __tgt_push_mapper_component()