Base class of the entries info.
More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"
Base class of the entries info.
Definition at line 531 of file CGOpenMPRuntime.h.
◆ OffloadingEntryInfoKinds
Kind of a given entry.
Enumerator |
---|
OffloadingEntryInfoTargetRegion | Entry is a target region.
|
OffloadingEntryInfoDeviceGlobalVar | Entry is a declare target variable.
|
OffloadingEntryInfoInvalid | Invalid entry info.
|
Definition at line 534 of file CGOpenMPRuntime.h.
◆ OffloadEntryInfo() [1/3]
clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo |
( |
| ) |
|
|
protecteddelete |
◆ OffloadEntryInfo() [2/3]
clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo |
( |
OffloadingEntryInfoKinds |
Kind | ) |
|
|
inlineexplicitprotected |
◆ OffloadEntryInfo() [3/3]
clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo |
( |
OffloadingEntryInfoKinds |
Kind, |
|
|
unsigned |
Order, |
|
|
uint32_t |
Flags |
|
) |
| |
|
inlineexplicitprotected |
◆ ~OffloadEntryInfo()
clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::~OffloadEntryInfo |
( |
| ) |
|
|
protecteddefault |
◆ classof()
static bool clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::classof |
( |
const OffloadEntryInfo * |
Info | ) |
|
|
inlinestatic |
◆ getAddress()
llvm::Constant* clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getAddress |
( |
| ) |
const |
|
inline |
◆ getFlags()
uint32_t clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getFlags |
( |
| ) |
const |
|
inline |
◆ getKind()
OffloadingEntryInfoKinds clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getKind |
( |
| ) |
const |
|
inline |
◆ getOrder()
unsigned clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getOrder |
( |
| ) |
const |
|
inline |
◆ isValid()
bool clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::isValid |
( |
| ) |
const |
|
inline |
◆ setAddress()
void clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::setAddress |
( |
llvm::Constant * |
V | ) |
|
|
inline |
◆ setFlags()
void clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::setFlags |
( |
uint32_t |
NewFlags | ) |
|
|
inline |
The documentation for this class was generated from the following file: