LLVM
8.0.1
|
Used to provide key value pairs for feature and CPU bit flags. More...
#include "llvm/MC/SubtargetFeature.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... | |
FeatureBitset | Value |
K-V integer value. More... | |
FeatureBitset | Implies |
K-V bit mask. More... | |
Used to provide key value pairs for feature and CPU bit flags.
Definition at line 53 of file SubtargetFeature.h.
Compare routine for std::lower_bound.
Definition at line 60 of file SubtargetFeature.h.
|
inline |
Compare routine for std::is_sorted.
Definition at line 65 of file SubtargetFeature.h.
References Key.
Help descriptor.
Definition at line 55 of file SubtargetFeature.h.
FeatureBitset llvm::SubtargetFeatureKV::Implies |
FeatureBitset llvm::SubtargetFeatureKV::Value |
K-V integer value.
Definition at line 56 of file SubtargetFeature.h.
Referenced by llvm::SubtargetFeatures::ApplyFeatureFlag(), ClearImpliedBits(), llvm::SubtargetFeatures::getFeatureBits(), SetImpliedBits(), and llvm::SubtargetFeatures::ToggleFeature().