LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::SubtargetFeatureKV Struct Reference

SubtargetFeatureKV - Used to provide key value pairs for feature and CPU bit flags. More...

#include <SubtargetFeature.h>

Collaboration diagram for llvm::SubtargetFeatureKV:
[legend]

Public Member Functions

bool operator< (StringRef S) const
 
bool operator< (const SubtargetFeatureKV &Other) const
 

Public Attributes

const char * Key
 
const char * Desc
 
FeatureBitset Value
 
FeatureBitset Implies
 

Detailed Description

SubtargetFeatureKV - Used to provide key value pairs for feature and CPU bit flags.

Definition at line 53 of file SubtargetFeature.h.

Member Function Documentation

bool llvm::SubtargetFeatureKV::operator< ( StringRef  S) const
inline

Definition at line 60 of file SubtargetFeature.h.

References Key.

bool llvm::SubtargetFeatureKV::operator< ( const SubtargetFeatureKV Other) const
inline

Definition at line 65 of file SubtargetFeature.h.

References Key.

Member Data Documentation

const char* llvm::SubtargetFeatureKV::Desc

Definition at line 55 of file SubtargetFeature.h.

FeatureBitset llvm::SubtargetFeatureKV::Implies

Definition at line 57 of file SubtargetFeature.h.

Referenced by SetImpliedBits().

const char* llvm::SubtargetFeatureKV::Key

Definition at line 54 of file SubtargetFeature.h.

Referenced by operator<().

FeatureBitset llvm::SubtargetFeatureKV::Value

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