LLVM API Documentation
#include <StratifiedSets.h>
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 |
Definition at line 51 of file StratifiedSets.h.
llvm::StratifiedLink::StratifiedLink | ( | ) | [inline] |
Definition at line 68 of file StratifiedSets.h.
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.
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().
std::numeric_limits<StratifiedIndex>::max()
Definition at line 57 of file StratifiedSets.h.
Referenced by clearAbove(), clearBelow(), llvm::StratifiedSetsBuilder< T >::getAttribute(), llvm::StratifiedSetsBuilder< T >::getRawAttribute(), hasAbove(), hasBelow(), and llvm::StratifiedSetsBuilder< T >::noteAttribute().