#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCUDARuntime.h"
Definition at line 47 of file CGCUDARuntime.h.
◆ DeviceVarKind
◆ OffloadEntryKindFlag
The kind flag for an offloading entry.
Enumerator |
---|
OffloadGlobalEntry | Mark the entry as a global entry.
This indicates the presense of a kernel if the size field is zero and a variable otherwise.
|
OffloadGlobalManagedEntry | Mark the entry as a managed global variable.
|
OffloadGlobalSurfaceEntry | Mark the entry as a surface variable.
|
OffloadGlobalTextureEntry | Mark the entry as a texture variable.
|
Definition at line 56 of file CGCUDARuntime.h.
◆ DeviceVarFlags()
◆ getKind()
DeviceVarKind clang::CodeGen::CGCUDARuntime::DeviceVarFlags::getKind |
( |
| ) |
const |
|
inline |
◆ getSurfTexType()
int clang::CodeGen::CGCUDARuntime::DeviceVarFlags::getSurfTexType |
( |
| ) |
const |
|
inline |
◆ isConstant()
bool clang::CodeGen::CGCUDARuntime::DeviceVarFlags::isConstant |
( |
| ) |
const |
|
inline |
◆ isExtern()
bool clang::CodeGen::CGCUDARuntime::DeviceVarFlags::isExtern |
( |
| ) |
const |
|
inline |
◆ isManaged()
bool clang::CodeGen::CGCUDARuntime::DeviceVarFlags::isManaged |
( |
| ) |
const |
|
inline |
◆ isNormalized()
bool clang::CodeGen::CGCUDARuntime::DeviceVarFlags::isNormalized |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: