Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/test/mapping/
Ddeclare_mapper_api.cpp13 struct MapComponentInfoTy { struct
18 MapComponentInfoTy() = default; argument
19 MapComponentInfoTy(void *Base, void *Begin, int64_t Size, int64_t Type) in MapComponentInfoTy() function
24 std::vector<MapComponentInfoTy> Components;
/external/llvm-project/openmp/libomptarget/src/
Dprivate.h45 struct MapComponentInfoTy { struct
50 MapComponentInfoTy() = default; argument
51 MapComponentInfoTy(void *Base, void *Begin, int64_t Size, int64_t Type) in MapComponentInfoTy() argument
59 std::vector<MapComponentInfoTy> Components;
Dinterface.cpp454 MapComponentInfoTy(base, begin, size, type)); in __tgt_push_mapper_component()