LLVM
15.0.0git
|
Used to provide key value pairs for feature and CPU bit flags. More...
#include "llvm/MC/MCSubtargetInfo.h"
Public Member Functions | |
bool | operator< (StringRef S) const |
Compare routine for std::lower_bound. More... | |
bool | operator< (const SubtargetFeatureKV &Other) const |
Compare routine for std::is_sorted. More... | |
Public Attributes | |
const char * | Key |
K-V key string. More... | |
const char * | Desc |
Help descriptor. More... | |
unsigned | Value |
K-V integer value. More... | |
FeatureBitArray | Implies |
K-V bit mask. More... | |
Used to provide key value pairs for feature and CPU bit flags.
Definition at line 35 of file MCSubtargetInfo.h.
|
inline |
Compare routine for std::is_sorted.
Definition at line 47 of file MCSubtargetInfo.h.
|
inline |
Compare routine for std::lower_bound.
Definition at line 42 of file MCSubtargetInfo.h.
const char* llvm::SubtargetFeatureKV::Desc |
Help descriptor.
Definition at line 37 of file MCSubtargetInfo.h.
FeatureBitArray llvm::SubtargetFeatureKV::Implies |
K-V bit mask.
Definition at line 39 of file MCSubtargetInfo.h.
Referenced by ApplyFeatureFlag(), and llvm::MCSubtargetInfo::ToggleFeature().
const char* llvm::SubtargetFeatureKV::Key |
unsigned llvm::SubtargetFeatureKV::Value |
K-V integer value.
Definition at line 38 of file MCSubtargetInfo.h.
Referenced by ApplyFeatureFlag(), and llvm::MCSubtargetInfo::ToggleFeature().