Base class of the entries info.
More...
#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGOpenMPRuntime.h"
Base class of the entries info.
Definition at line 369 of file CGOpenMPRuntime.h.
Kind of a given entry.
Currently, only target regions are supported.
| Enumerator |
|---|
| OFFLOAD_ENTRY_INFO_TARGET_REGION |
|
| OFFLOAD_ENTRY_INFO_INVALID |
|
Definition at line 373 of file CGOpenMPRuntime.h.
| clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo |
( |
| ) |
|
|
inline |
| static bool clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::classof |
( |
const OffloadEntryInfo * |
Info | ) |
|
|
inlinestatic |
| int32_t clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getFlags |
( |
| ) |
const |
|
inline |
| unsigned clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getOrder |
( |
| ) |
const |
|
inline |
| bool clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::isValid |
( |
| ) |
const |
|
inline |
| void clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::setFlags |
( |
int32_t |
NewFlags | ) |
|
|
inline |
The documentation for this class was generated from the following file: