LLVM API Documentation

llvm::SubtargetFeatureKV Struct Reference

#include <SubtargetFeature.h>

Collaboration diagram for llvm::SubtargetFeatureKV:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator< (const SubtargetFeatureKV &S) const

Public Attributes

const char * Key
const char * Desc
uint32_t Value

Detailed Description

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

Definition at line 33 of file SubtargetFeature.h.


Member Function Documentation

bool llvm::SubtargetFeatureKV::operator< ( const SubtargetFeatureKV S  )  const [inline]

Definition at line 39 of file SubtargetFeature.h.

References Key.


Member Data Documentation

const char* llvm::SubtargetFeatureKV::Desc

Definition at line 35 of file SubtargetFeature.h.

const char* llvm::SubtargetFeatureKV::Key

Definition at line 34 of file SubtargetFeature.h.

Referenced by operator<().

uint32_t llvm::SubtargetFeatureKV::Value

Definition at line 36 of file SubtargetFeature.h.

Referenced by llvm::SubtargetFeatures::getBits().


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