LLVM 17.0.0git
|
Container for the arguments used to pass data to the runtime library. More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Member Functions | |
TargetDataRTArgs () | |
Public Attributes | |
Value * | BasePointersArray = nullptr |
The array of base pointer passed to the runtime library. | |
Value * | PointersArray = nullptr |
The array of section pointers passed to the runtime library. | |
Value * | SizesArray = nullptr |
The array of sizes passed to the runtime library. | |
Value * | MapTypesArray = nullptr |
The array of map types passed to the runtime library for the beginning of the region or for the entire region if there are no separate map types for the region end. | |
Value * | MapTypesArrayEnd = nullptr |
The array of map types passed to the runtime library for the end of the region, or nullptr if there are no separate map types for the region end. | |
Value * | MappersArray = nullptr |
The array of user-defined mappers passed to the runtime library. | |
Value * | MapNamesArray = nullptr |
The array of original declaration names of mapped pointers sent to the runtime library for debugging. | |
Container for the arguments used to pass data to the runtime library.
Definition at line 1516 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 1517 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::BasePointersArray = nullptr |
The array of base pointer passed to the runtime library.
Definition at line 1519 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MapNamesArray = nullptr |
The array of original declaration names of mapped pointers sent to the runtime library for debugging.
Definition at line 1536 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitOffloadingArraysArgument().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MappersArray = nullptr |
The array of user-defined mappers passed to the runtime library.
Definition at line 1533 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MapTypesArray = nullptr |
The array of map types passed to the runtime library for the beginning of the region or for the entire region if there are no separate map types for the region end.
Definition at line 1527 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MapTypesArrayEnd = nullptr |
The array of map types passed to the runtime library for the end of the region, or nullptr if there are no separate map types for the region end.
Definition at line 1531 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::PointersArray = nullptr |
The array of section pointers passed to the runtime library.
Definition at line 1521 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::SizesArray = nullptr |
The array of sizes passed to the runtime library.
Definition at line 1523 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().