|
clang
3.8.0
|
Target region entries related. More...
#include <CGOpenMPRuntime.h>
Public Member Functions | |
| OffloadEntryInfoTargetRegion () | |
| OffloadEntryInfoTargetRegion (unsigned Order, llvm::Constant *Addr, llvm::Constant *ID) | |
| llvm::Constant * | getAddress () const |
| llvm::Constant * | getID () const |
| void | setAddress (llvm::Constant *V) |
| void | setID (llvm::Constant *V) |
Public Member Functions inherited from clang::OffloadEntriesInfoManagerTy::OffloadEntryInfo | |
| OffloadEntryInfo () | |
| OffloadEntryInfo (OffloadingEntryInfoKinds Kind, unsigned Order) | |
| bool | isValid () const |
| unsigned | getOrder () const |
| OffloadingEntryInfoKinds | getKind () const |
Static Public Member Functions | |
| static bool | classof (const OffloadEntryInfo *Info) |
Static Public Member Functions inherited from clang::OffloadEntriesInfoManagerTy::OffloadEntryInfo | |
| static bool | classof (const OffloadEntryInfo *Info) |
Additional Inherited Members | |
Public Types inherited from clang::OffloadEntriesInfoManagerTy::OffloadEntryInfo | |
| enum | OffloadingEntryInfoKinds : unsigned { OFFLOAD_ENTRY_INFO_TARGET_REGION = 0, OFFLOAD_ENTRY_INFO_INVALID = ~0u } |
| Kind of a given entry. More... | |
Protected Attributes inherited from clang::OffloadEntriesInfoManagerTy::OffloadEntryInfo | |
| unsigned | Order |
| OffloadingEntryInfoKinds | Kind |
Target region entries related.
Target region entries info.
Definition at line 372 of file CGOpenMPRuntime.h.
|
inline |
Definition at line 379 of file CGOpenMPRuntime.h.
|
inlineexplicit |
Definition at line 382 of file CGOpenMPRuntime.h.
|
inlinestatic |
Definition at line 398 of file CGOpenMPRuntime.h.
References clang::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getKind().
|
inline |
Definition at line 388 of file CGOpenMPRuntime.h.
|
inline |
Definition at line 389 of file CGOpenMPRuntime.h.
|
inline |
Definition at line 390 of file CGOpenMPRuntime.h.
|
inline |
Definition at line 394 of file CGOpenMPRuntime.h.
1.8.6