Unique identification tuple for an OpenMP target region entry.
Declared in <llvm/Frontend/OpenMP/OMPIRBuilder.h>
struct TargetRegionEntryInfo;
| Name | Description |
|---|---|
TargetRegionEntryInfo [constructor] | Constructors |
operator< | Lexicographically compare two target region entry info objects. |
| Name | Description |
|---|---|
getTargetRegionEntryFnName | Append the offload kernel function name for the given fields to Name. |
| Name | Description |
|---|---|
Count | Duplicate-entry count at the same source location. |
DeviceID | Target device identifier. |
FileID | Source file identifier assigned by the virtual file system. |
Line | Source line number of the target entry. |
ParentName | Parent function or region name containing the target entry. |
| Name | Description |
|---|---|
KernelNamePrefix | The prefix used for kernel names. |