LLVM API Documentation

Public Member Functions | Public Attributes | Static Public Attributes
llvm::StratifiedLink Struct Reference

#include <StratifiedSets.h>

Collaboration diagram for llvm::StratifiedLink:
Collaboration graph
[legend]

List of all members.

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

Definition at line 68 of file StratifiedSets.h.


Member Function Documentation

Definition at line 74 of file StratifiedSets.h.

References Above, and SetSentinel.

Definition at line 73 of file StratifiedSets.h.

References Below, and SetSentinel.

Definition at line 71 of file StratifiedSets.h.

References Above, and SetSentinel.

Definition at line 70 of file StratifiedSets.h.

References Below, and SetSentinel.


Member Data Documentation

Definition at line 60 of file StratifiedSets.h.

Referenced by clearAbove(), and hasAbove().

Definition at line 66 of file StratifiedSets.h.

Definition at line 63 of file StratifiedSets.h.

Referenced by clearBelow(), and hasBelow().


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