DPC++ Runtime
Runtime libraries for oneAPI DPC++
_sycl_offload_entry_struct Struct Reference

#include <detail/compiler.hpp>

Collaboration diagram for _sycl_offload_entry_struct:

Public Attributes

void * addr
 
char * name
 
size_t size
 
int32_t flags
 
int32_t reserved
 

Detailed Description

Definition at line 75 of file compiler.hpp.

Member Data Documentation

◆ addr

void* _sycl_offload_entry_struct::addr

Definition at line 76 of file compiler.hpp.

◆ flags

int32_t _sycl_offload_entry_struct::flags

Definition at line 79 of file compiler.hpp.

◆ name

char* _sycl_offload_entry_struct::name

Definition at line 77 of file compiler.hpp.

◆ reserved

int32_t _sycl_offload_entry_struct::reserved

Definition at line 80 of file compiler.hpp.

◆ size

size_t _sycl_offload_entry_struct::size

Definition at line 78 of file compiler.hpp.


The documentation for this struct was generated from the following file: