LLVM  3.7.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
llvm::StratifiedLink Struct Reference

#include <StratifiedSets.h>

Collaboration diagram for llvm::StratifiedLink:
[legend]

Public Member Functions

 StratifiedLink ()
 
bool hasBelow () const
 
bool hasAbove () const
 
void clearBelow ()
 
void clearAbove ()
 

Public Attributes

StratifiedIndex Above
 
StratifiedIndex Below
 
StratifiedAttrs Attrs
 

Static Public Attributes

static const StratifiedIndex SetSentinel
 

Detailed Description

Definition at line 51 of file StratifiedSets.h.

Constructor & Destructor Documentation

llvm::StratifiedLink::StratifiedLink ( )
inline

Definition at line 68 of file StratifiedSets.h.

Member Function Documentation

void llvm::StratifiedLink::clearAbove ( )
inline

Definition at line 74 of file StratifiedSets.h.

References Above, and SetSentinel.

void llvm::StratifiedLink::clearBelow ( )
inline

Definition at line 73 of file StratifiedSets.h.

References Below, and SetSentinel.

bool llvm::StratifiedLink::hasAbove ( ) const
inline

Definition at line 71 of file StratifiedSets.h.

References Above, and SetSentinel.

bool llvm::StratifiedLink::hasBelow ( ) const
inline

Definition at line 70 of file StratifiedSets.h.

References Below, and SetSentinel.

Member Data Documentation

StratifiedIndex llvm::StratifiedLink::Above

Definition at line 60 of file StratifiedSets.h.

Referenced by clearAbove(), and hasAbove().

StratifiedAttrs llvm::StratifiedLink::Attrs

Definition at line 66 of file StratifiedSets.h.

StratifiedIndex llvm::StratifiedLink::Below

Definition at line 63 of file StratifiedSets.h.

Referenced by clearBelow(), and hasBelow().

const StratifiedIndex StratifiedLink::SetSentinel
static

The documentation for this struct was generated from the following files: