clang  3.9.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo Class Reference

Base class of the entries info. More...

#include <CGOpenMPRuntime.h>

Inheritance diagram for clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo:
[legend]
Collaboration diagram for clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo:
[legend]

Public Types

enum  OffloadingEntryInfoKinds : unsigned { OFFLOAD_ENTRY_INFO_TARGET_REGION = 0, OFFLOAD_ENTRY_INFO_INVALID = ~0u }
 Kind of a given entry. More...
 

Public Member Functions

 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)
 

Protected Attributes

unsigned Order
 
OffloadingEntryInfoKinds Kind
 

Detailed Description

Base class of the entries info.

Definition at line 249 of file CGOpenMPRuntime.h.

Member Enumeration Documentation

Kind of a given entry.

Currently, only target regions are supported.

Enumerator
OFFLOAD_ENTRY_INFO_TARGET_REGION 
OFFLOAD_ENTRY_INFO_INVALID 

Definition at line 253 of file CGOpenMPRuntime.h.

Constructor & Destructor Documentation

clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo ( )
inline

Definition at line 260 of file CGOpenMPRuntime.h.

clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfo ( OffloadingEntryInfoKinds  Kind,
unsigned  Order 
)
inlineexplicit

Definition at line 261 of file CGOpenMPRuntime.h.

Member Function Documentation

static bool clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::classof ( const OffloadEntryInfo Info)
inlinestatic

Definition at line 267 of file CGOpenMPRuntime.h.

OffloadingEntryInfoKinds clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getKind ( ) const
inline
unsigned clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::getOrder ( ) const
inline

Definition at line 265 of file CGOpenMPRuntime.h.

bool clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::isValid ( ) const
inline

Definition at line 264 of file CGOpenMPRuntime.h.

Member Data Documentation

OffloadingEntryInfoKinds clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::Kind
protected

Definition at line 273 of file CGOpenMPRuntime.h.

unsigned clang::CodeGen::OffloadEntriesInfoManagerTy::OffloadEntryInfo::Order
protected

Definition at line 271 of file CGOpenMPRuntime.h.


The documentation for this class was generated from the following file: