|
LLVM
8.0.1
|
Container class for subtarget features. More...
#include "llvm/MC/SubtargetFeature.h"


Public Member Functions | |
| FeatureBitset ()=default | |
| FeatureBitset (const bitset< MAX_SUBTARGET_FEATURES > &B) | |
| FeatureBitset (std::initializer_list< unsigned > Init) | |
Container class for subtarget features.
This is convenient because std::bitset does not have a constructor with an initializer list of set bits.
Definition at line 37 of file SubtargetFeature.h.
|
default |
|
inline |
Definition at line 42 of file SubtargetFeature.h.
|
inline |
Definition at line 44 of file SubtargetFeature.h.
References I.
1.8.13