Base class of the entries info.
More...
#include "/work/www-prereleases/6.0.0/rc2/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGOpenMPRuntime.h"
Base class of the entries info.
Definition at line 378 of file CGOpenMPRuntime.h.
◆ OffloadingEntryInfoKinds
Kind of a given entry.
Currently, only target regions are supported.
Enumerator |
---|
OFFLOAD_ENTRY_INFO_TARGET_REGION | |
OFFLOAD_ENTRY_INFO_INVALID | |
Definition at line 382 of file CGOpenMPRuntime.h.
◆ OffloadEntryInfo() [1/2]
clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo |
( |
| ) |
|
|
inline |
◆ OffloadEntryInfo() [2/2]
clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo |
( |
OffloadingEntryInfoKinds |
Kind, |
|
|
unsigned |
Order, |
|
|
int32_t |
Flags |
|
) |
| |
|
inlineexplicit |
◆ classof()
static bool clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::classof |
( |
const OffloadEntryInfo * |
Info | ) |
|
|
inlinestatic |
◆ getFlags()
int32_t clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getFlags |
( |
| ) |
const |
|
inline |
◆ getKind()
◆ getOrder()
unsigned clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getOrder |
( |
| ) |
const |
|
inline |
◆ isValid()
bool clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::isValid |
( |
| ) |
const |
|
inline |
◆ setFlags()
void clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::setFlags |
( |
int32_t |
NewFlags | ) |
|
|
inline |
The documentation for this class was generated from the following file: